Skip to content

Commit

Permalink
Fix mistake in autopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiDragon committed Nov 19, 2022
1 parent c76eec5 commit 7deb8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: changelog
shell: python
env:
THE_INPUT: "${{ inputs.description }}"
THE_INPUT: "${{ inputs.changelog }}"
run: |
import os
import random
Expand Down

0 comments on commit 7deb8ed

Please sign in to comment.