From ce7d71030489829bdec4f8f5d6bc0f7aa73b0826 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Thu, 10 Oct 2024 23:25:33 +0700 Subject: [PATCH] add #!/bin/bas --- .github/workflows/freenginx-build.yaml | 2 ++ 1 file changed, 2 insertions(+) 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