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

This commit is contained in:
lobo 2023-03-28 05:16:11 +00:00
parent 9840e101e3
commit 409aabc6d4

View File

@ -17,9 +17,12 @@ jobs:
with:
pin: ${{ secrets.HSM_USER_PIN }}
files: ???
- name: list
- name: list workflows
if: always()
run: ls ${{ github.workspace }}/.gitea/workflows/
- name: list workspace
if: always()
run: ls ${{ github.workspace }}
- name: Notify
uses: https://git.lerch.org/lobo/action-notify-ntfy@v1
if: always()