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 ad65976 commit b580b09Copy full SHA for b580b09
.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