diff --git a/.github/workflows/freenginx-build.yaml b/.github/workflows/freenginx-build.yaml index 7a76da4..58a8bdf 100644 --- a/.github/workflows/freenginx-build.yaml +++ b/.github/workflows/freenginx-build.yaml @@ -31,6 +31,8 @@ jobs: echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV - name: Run freenginx Builds run: | + #!/bin/bash + echo "This Task will be run using the following tag: ${NGINX_TAG}" for i in ${!TAGS[@]}; do