Skip to content

Commit

Permalink
Fix reference to input variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Feb 22, 2024
1 parent e115d92 commit c7534e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
cat >_data/collectd6.yml <<EOF
version: ${{ inputs.version }}
url: "${{ inputs.url }}"
url: "${{ inputs.download_url }}"
sha256: ${{ inputs.sha256sum }}
EOF
git add _data/collectd6.yml
Expand Down

0 comments on commit c7534e8

Please sign in to comment.