Skip to content

Commit

Permalink
BUG: doesnt like true
Browse files Browse the repository at this point in the history
  • Loading branch information
khalford committed Oct 2, 2024
1 parent 460a4b5 commit 3c07a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
path: "version.txt"
- name: Log Success
if: ${{ steps.version_comparison.outputs.updated == "true" }}
if: ${{ steps.version_comparison.outputs.updated == true }}
run: |
echo "Version has been updated correctly!"

0 comments on commit 3c07a3f

Please sign in to comment.