From fcba485d738f0c89e24c2828d9ae386645e4c89d Mon Sep 17 00:00:00 2001 From: Rob Zwissler Date: Thu, 21 Mar 2024 18:08:37 -0700 Subject: [PATCH] test action --- .github/workflows/test_action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_action.yaml b/.github/workflows/test_action.yaml index 36a96ba..22bfc99 100644 --- a/.github/workflows/test_action.yaml +++ b/.github/workflows/test_action.yaml @@ -14,6 +14,7 @@ jobs: - run: | # test that action has current sver embedded + git tag -l .github/workflows/bin/embed_sver_in_action.sh if ! git diff --quiet action.yaml ; then echo '::error title=Action not updated::The action /action.yaml' \