Skip to content

Commit 41d8dfd

Browse files
committed
Fix revision input
1 parent 620f7d9 commit 41d8dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set DEB_REVISION
4040
shell: bash
4141
run: |
42-
revision="${{ github.event.inputs.debian_revision }}"
42+
revision="${{ github.event.inputs.deb_revision }}"
4343
if [[ -n "$revision" ]]; then
4444
echo "DEB_REVISION=${revision}" >> $GITHUB_ENV
4545
else

0 commit comments

Comments
 (0)