unified names

This commit is contained in:
2025-04-25 22:39:45 +02:00
parent 33da7489c2
commit e1d59637e7

View File

@@ -21,7 +21,7 @@ jobs:
setup: setup:
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs: outputs:
matrix: ${{ steps.matrix.outputs.value }} matrix: ${{ steps.matrix.outputs.matrix }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: create matrix - name: create matrix
@@ -30,7 +30,7 @@ jobs:
cd ${{ github.workspace }} cd ${{ github.workspace }}
echo "<ul class=posts>" > public/posts.html echo "<ul class=posts>" > public/posts.html
test=$(./compile.sh) test=$(./compile.sh)
echo "::set-output name=matrix::$test" echo "matrix=$test" >> $GITHUB_OUTPUT
- name: check matrix - name: check matrix
run: | run: |
echo "${{ steps.matrix.outputs.value }}" echo "${{ steps.matrix.outputs.value }}"