indenting
This commit is contained in:
2
.github/workflows/neocities.yml
vendored
2
.github/workflows/neocities.yml
vendored
@@ -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 "::set-output name=matrix::$test"
|
||||||
- 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