Update .gitea/workflows/build.yml
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
run: exit 1
|
run: exit 1
|
||||||
- name: Continue with this step anyway
|
- name: Continue with this step anyway
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
run: echo "Still running..."
|
run: echo "Still running... ${{toJSON(steps)}}"
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
|
|||||||
Reference in New Issue
Block a user