Skip to content

Commit

Permalink
test+print ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjb authored Nov 6, 2023
1 parent 5f06b8b commit eb8548e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo "::set-output name=matrix::[v1.27, v1.21]"
echo "matrix=[v1.27, v1.21]" >> "$GITHUB_ENV"
print-matrix:
runs-on: ubuntu-latest
steps:
- run: |
printf '%s\n' "$matrix"
kuttl-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb8548e

Please sign in to comment.