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()
|
||||
run: ls ${{ github.workspace }}
|
||||
# Needs gitea 1.20. See https://github.com/go-gitea/gitea/pull/22738
|
||||
# - name: Upload
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: foobar
|
||||
# path: '*'
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: foobar
|
||||
path: '*'
|
||||
- name: Notify
|
||||
uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
|
||||
if: always()
|
||||
|
|
Loading…
Reference in New Issue
Block a user