Update .gitea/workflows/hello_world.yaml
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 31s
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 31s
This commit is contained in:
parent
bb3b4b6d62
commit
cd6f759bb6
|
@ -36,11 +36,11 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
run: ls ${{ github.workspace }}
|
run: ls ${{ github.workspace }}
|
||||||
# Needs gitea 1.20. See https://github.com/go-gitea/gitea/pull/22738
|
# Needs gitea 1.20. See https://github.com/go-gitea/gitea/pull/22738
|
||||||
# - name: Upload
|
- name: Upload
|
||||||
# uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
# with:
|
with:
|
||||||
# name: foobar
|
name: foobar
|
||||||
# path: '*'
|
path: '*'
|
||||||
- name: Notify
|
- name: Notify
|
||||||
uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
|
uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user