Skip to content

Commit

Permalink
feat(resource): Fixed changefile reference
Browse files Browse the repository at this point in the history
  • Loading branch information
demeyerthom committed Feb 2, 2024
1 parent 6db3389 commit aceea9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/has-change-file/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- '.changes/unreleased/**'
- name: Check changes
if: steps.changes.outputs.src == 'true'
if: steps.changes.outputs.changes == 'true'
shell: bash
run: |
echo "No new change file set in .changes/unreleased"
Expand Down

0 comments on commit aceea9b

Please sign in to comment.