Skip to content

Commit 65e2fbd

Browse files
committed
a
1 parent 585ff58 commit 65e2fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
lang: ${{ fromJSON(needs.setup.outputs.langs) }}
23+
lang: ${{ fromJSON(needs.get-langs.outputs.langs) }}
2424
steps:
2525
- uses: actions/checkout@v5
2626

0 commit comments

Comments
 (0)