Skip to content

Commit

Permalink
refact: simplify variable access
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Wallace <[email protected]>
  • Loading branch information
locnnil committed Aug 25, 2024
1 parent f5c3972 commit 1a51e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nvidia-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN }}
with:
snap: docker_${{ github.event.inputs.run_id }}.snap
release: latest/edge/runid-${{ github.event.inputs.run_id }}
release: latest/edge/runid-${{ inputs.run_id }}

- name: Create Testflinger job queue
run: |
Expand Down

0 comments on commit 1a51e01

Please sign in to comment.