We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e06178 commit b75783dCopy full SHA for b75783d
.github/workflows/online_test.yml
@@ -35,7 +35,7 @@ jobs:
35
sudo podman pull ghcr.io/ublue-os/bazzite:${{ github.event.inputs.ref }}
36
- name: Run Rechunker
37
id: rechunk
38
- uses: github.com/hhd-dev/rechunk
+ uses: hhd-dev/rechunk@master
39
with:
40
ref: 'ghcr.io/ublue-os/bazzite:${{ github.event.inputs.ref }}'
41
prev-ref: ${{ github.event.inputs.prev == 'true' && 'ghcr.io/hhd-dev/bazzite-automated:stable' || '' }}
0 commit comments