Skip to content

Commit

Permalink
add github to action name
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jul 30, 2024
1 parent 9b8965d commit 0e06178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/online_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo podman pull ghcr.io/ublue-os/bazzite:${{ github.event.inputs.ref }}
- name: Run Rechunker
id: rechunk
uses: hhd-dev/rechunk
uses: github.com/hhd-dev/rechunk
with:
ref: 'ghcr.io/ublue-os/bazzite:${{ github.event.inputs.ref }}'
prev-ref: ${{ github.event.inputs.prev == 'true' && 'ghcr.io/hhd-dev/bazzite-automated:stable' || '' }}
Expand Down

0 comments on commit 0e06178

Please sign in to comment.