diff --git a/.gitea/workflows/output.yml b/.gitea/workflows/output.yml index ae64c5e..967625a 100644 --- a/.gitea/workflows/output.yml +++ b/.gitea/workflows/output.yml @@ -17,6 +17,7 @@ jobs: 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 + find -type f -name "package-lock.json" -not -path "**/node_modules/*" -exec md5sum "{}" + | md5sum | awk '{print $1}' - name: Because run: echo "${{gitea.event.action)}}" - name: Output Event Details