Skip to content

Commit

Permalink
ta
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Mar 22, 2024
1 parent ac9e247 commit 95d073c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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' \
Expand Down Expand Up @@ -59,7 +58,7 @@ jobs:
name: sver equals (true)
uses: ./
with:
command: sver equals v1.2.3 v1.2.3+build-is-ignored
command: equals v1.2.3 v1.2.3+build-is-ignored

- run: |
# test sver-equals-true
Expand All @@ -74,7 +73,7 @@ jobs:
name: sver equals (false)
uses: ./
with:
command: sver equals v1.2.3 v1.2.3-pre.is.not.ignored
command: equals v1.2.3 v1.2.3-pre.is.not.ignored

- run: |
# test sver-equals-false
Expand Down

0 comments on commit 95d073c

Please sign in to comment.