Skip to content

Commit

Permalink
Fixed tested output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jardo-51 committed May 5, 2024
1 parent 9c20f89 commit acfcd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-current-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Assert output parameters
run: |
if [[ "${{ steps.run-action-non-branch-version.outputs.changes-made }}" = "false" ]]; then
if [[ "${{ steps.run-action-branch-version.outputs.changes-made }}" = "false" ]]; then
echo "Output changes-made has correct value."
else
echo "ERROR: Output changes-made has incorrect value."
Expand Down

0 comments on commit acfcd13

Please sign in to comment.