diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b5c46a6..f2df8bb 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -13,6 +13,8 @@ jobs: fetch-depth: 2 - name: Echo changed files run: echo "$(git diff --name-status origin/main..HEAD)" + - name: Echo github.event + run: echo "${{ github.event }}" - name: Get committed files id: get_commit_data run: echo "committed_files='$(gh pr view ${PR_NUMBER} --json baseRefName,headRefName,body,files)'" >> "$GITHUB_OUTPUT"