Skip to content

Commit 0e06178

Browse files
committed
add github to action name
1 parent 9b8965d commit 0e06178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/online_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo podman pull ghcr.io/ublue-os/bazzite:${{ github.event.inputs.ref }}
3636
- name: Run Rechunker
3737
id: rechunk
38-
uses: hhd-dev/rechunk
38+
uses: github.com/hhd-dev/rechunk
3939
with:
4040
ref: 'ghcr.io/ublue-os/bazzite:${{ github.event.inputs.ref }}'
4141
prev-ref: ${{ github.event.inputs.prev == 'true' && 'ghcr.io/hhd-dev/bazzite-automated:stable' || '' }}

0 commit comments

Comments
 (0)