add #!/bin/bas

This commit is contained in:
minoplhy 2024-10-10 23:25:33 +07:00
parent 5213e0e894
commit ce7d710304

View File

@ -31,6 +31,8 @@ jobs:
echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV
- name: Run freenginx Builds - name: Run freenginx Builds
run: | run: |
#!/bin/bash
echo "This Task will be run using the following tag: ${NGINX_TAG}" echo "This Task will be run using the following tag: ${NGINX_TAG}"
for i in ${!TAGS[@]}; do for i in ${!TAGS[@]}; do