.gitea/workflows/output.yml aktualisiert
Build Workflow / Build (push) Failing after 4s
Build Workflow / Deploy (push) Has been skipped
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 36s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 28s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 28s
Output Information / info (push) Successful in 6s

This commit is contained in:
2023-07-28 21:19:34 +02:00
parent fe65b74b9d
commit 78019b4cef
+2
View File
@@ -15,6 +15,8 @@ jobs:
- name: Check Command support
run: |
find -name "package-lock.json" -not -path "**/node_modules/*"
find -type f -name "package-lock.json" -not -path "**/node_modules/*" -exec md5sum "{}" + > checklist.chk
cat checklist.chk
- name: Because
run: echo "${{gitea.event.action)}}"
- name: Output Event Details