1
0
mirror of synced 2026-01-20 12:02:14 -05:00

Merge pull request #30018 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-08-17 03:07:41 -04:00
committed by GitHub

View File

@@ -221,7 +221,7 @@ jobs:
needs: job1
runs-on: ubuntu-latest
strategy:
matrix: ${{fromJSON(needs.job1.outputs.matrix)}}
matrix: ${{ fromJSON(needs.job1.outputs.matrix) }}
steps:
- run: build
```