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 585ff58 commit 65e2fbdCopy full SHA for 65e2fbd
.github/workflows/pr-builder.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
strategy:
22
matrix:
23
- lang: ${{ fromJSON(needs.setup.outputs.langs) }}
+ lang: ${{ fromJSON(needs.get-langs.outputs.langs) }}
24
steps:
25
- uses: actions/checkout@v5
26
0 commit comments