Skip to content

Commit 653729f

Browse files
committed
1 parent 0238067 commit 653729f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/:matrix:all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- id: set-matrix
2828
run: |
29-
echo "::set-output name=matrix::$(poetry run nox -s matrix:all)"
29+
echo "matrix=$(poetry run nox -s matrix:all)" >> $GITHUB_OUTPUT
3030
3131
outputs:
3232
matrix: ${{ steps.set-matrix.outputs.matrix }}

.github/workflows/:matrix:exasol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- id: set-matrix
2828
run: |
29-
echo "::set-output name=matrix::$(poetry run nox -s matrix:exasol)"
29+
echo "matrix=$(poetry run nox -s matrix:exasol)" >> $GITHUB_OUTPUT
3030
3131
outputs:
3232
matrix: ${{ steps.set-matrix.outputs.matrix }}

.github/workflows/:matrix:python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- id: set-matrix
2828
run: |
29-
echo "::set-output name=matrix::$(poetry run nox -s matrix:python)"
29+
echo "matrix=$(poetry run nox -s matrix:python)" >> $GITHUB_OUTPUT
3030
3131
outputs:
3232
matrix: ${{ steps.set-matrix.outputs.matrix }}

0 commit comments

Comments
 (0)