name: Output Information on: push: pull_request: types: [opened, edited, closed, reopened, synchronize] issues: types: [opened, edited, closed, reopened, deleted] jobs: info: runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v3 - 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 run: echo "${{toJSON(gitea.event)}}"