Update '.gitea/workflows/hello_world.yaml'
All checks were successful
Explore-GitHub-Actions

This commit is contained in:
lobo 2023-03-28 06:32:46 +00:00
parent d3dec90797
commit bb3b4b6d62

View File

@ -35,11 +35,12 @@ jobs:
- name: list workspace - name: list workspace
if: always() if: always()
run: ls ${{ github.workspace }} run: ls ${{ github.workspace }}
- name: Upload # Needs gitea 1.20. See https://github.com/go-gitea/gitea/pull/22738
uses: actions/upload-artifact@v3 # - name: Upload
with: # uses: actions/upload-artifact@v3
name: foobar # with:
path: '*' # name: foobar
# 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()