Skip to content

Commit

Permalink
Merge pull request #17 from softwareforgood/correct-name-of-workflow-job
Browse files Browse the repository at this point in the history
Correct name of workflow job
  • Loading branch information
wwahammy authored Jun 4, 2024
2 parents 768176a + 65894c0 commit 99a05e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
exit 1
if: ${{ steps.existence-check.outputs.exists != 'false' }}
sets_true_when_there:
name: Sets true when no artifact for the name exists
name: Sets true when artifact for the name exists
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 99a05e6

Please sign in to comment.