Update .gitea/workflows/hello_world.yaml
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 31s

This commit is contained in:
lobo 2023-06-19 21:57:00 +00:00
parent bb3b4b6d62
commit cd6f759bb6

View File

@ -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()