Skip to content

Commit

Permalink
Fix revision input
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Jul 20, 2023
1 parent 620f7d9 commit 41d8dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set DEB_REVISION
shell: bash
run: |
revision="${{ github.event.inputs.debian_revision }}"
revision="${{ github.event.inputs.deb_revision }}"
if [[ -n "$revision" ]]; then
echo "DEB_REVISION=${revision}" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 41d8dfd

Please sign in to comment.