Skip to content

Commit

Permalink
Fix syntax error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mvantellingen committed Jul 19, 2024
1 parent c1daf3c commit 3abe169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
uses: miniscruff/changie-action@v2
id: changelog
with:
version: ${{ inputs.changie-version }
version: ${{ inputs.changie-version }}
args: batch --dry-run auto

- name: Batch changes
Expand Down

0 comments on commit 3abe169

Please sign in to comment.