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 85ee2d9 commit 5bda645Copy full SHA for 5bda645
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v3
13
- name: List implementations
14
id: set-matrix
15
- run: echo "::set-output name=matrix::$(cd implementations && ls -1 | jq -ncR '[inputs]')"
+ run: echo "matrix=$(cd implementations && ls -1 | jq -ncR '[inputs]')" >> $GITHUB_OUTPUT
16
outputs:
17
matrix: ${{ steps.set-matrix.outputs.matrix }}
18
0 commit comments