diff --git a/.gitea/workflows/output.yml b/.gitea/workflows/output.yml index 8e719de..4ecd78c 100644 --- a/.gitea/workflows/output.yml +++ b/.gitea/workflows/output.yml @@ -1,5 +1,6 @@ name: Output Information on: + push: pull_request: types: [opened, edited, closed, reopened, synchronize] issues: @@ -9,6 +10,11 @@ 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/*" - name: Because run: echo "${{gitea.event.action)}}" - name: Output Event Details