We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35edb0b commit 4e4e83cCopy full SHA for 4e4e83c
1 file changed
.github/workflows/install/action.yml
@@ -95,7 +95,7 @@ runs:
95
env:
96
GITHUB_PAT: ${{ inputs.token }}
97
with:
98
- pak-version: devel
+ pak-version: stable
99
needs: ${{ inputs.needs }}
100
packages: ${{ inputs.packages }}
101
extra-packages: ${{ inputs.extra-packages }} ${{ ( matrix.config.covr && 'any::covr' ) || '' }} ${{ steps.get-extra.outputs.packages }}
0 commit comments