.gitea/workflows/output.yml aktualisiert
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 33s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 25s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 29s
Output Information / info (push) Successful in 6s
Build Workflow / Build (push) Failing after 6s
Build Workflow / Deploy (push) Has been skipped
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 33s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 25s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 29s
Output Information / info (push) Successful in 6s
Build Workflow / Build (push) Failing after 6s
Build Workflow / Deploy (push) Has been skipped
This commit is contained in:
@@ -17,6 +17,7 @@ jobs:
|
|||||||
find -name "package-lock.json" -not -path "**/node_modules/*"
|
find -name "package-lock.json" -not -path "**/node_modules/*"
|
||||||
find -type f -name "package-lock.json" -not -path "**/node_modules/*" -exec md5sum "{}" + > checklist.chk
|
find -type f -name "package-lock.json" -not -path "**/node_modules/*" -exec md5sum "{}" + > checklist.chk
|
||||||
cat checklist.chk
|
cat checklist.chk
|
||||||
|
find -type f -name "package-lock.json" -not -path "**/node_modules/*" -exec md5sum "{}" + | md5sum | awk '{print $1}'
|
||||||
- name: Because
|
- name: Because
|
||||||
run: echo "${{gitea.event.action)}}"
|
run: echo "${{gitea.event.action)}}"
|
||||||
- name: Output Event Details
|
- name: Output Event Details
|
||||||
|
|||||||
Reference in New Issue
Block a user