unified names
This commit is contained in:
4
.github/workflows/neocities.yml
vendored
4
.github/workflows/neocities.yml
vendored
@@ -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 }}"
|
||||||
|
Reference in New Issue
Block a user