From 0c52f5491decd0abb76ce2a337a06a19605c5847 Mon Sep 17 00:00:00 2001 From: Brayan batista zuniga Date: Tue, 27 Feb 2024 14:36:55 -0500 Subject: [PATCH] validate VERSION-TAG.env 2 --- .github/workflows/template-main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/template-main.yml b/.github/workflows/template-main.yml index ef6ab53..dadba08 100644 --- a/.github/workflows/template-main.yml +++ b/.github/workflows/template-main.yml @@ -55,6 +55,7 @@ jobs: ls -l echo "VERSION-TAG.env: |${{ hashFiles('VERSION-TAG.env') }}|" echo "VERSION-TAG.env2: |${{ hashFiles('VERSION-TAG.env2') }}|" + echo "script.sql: |${{ hashFiles('script.sql') }}|" echo "FILE_VERSION_TAG_EXISTS=true" >> $GITHUB_ENV - name: Validate conditions