diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 2a839d3..30ede61 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -15,7 +15,7 @@ jobs: run: echo "$(git diff --name-status HEAD^ HEAD)" - name: Get committed files id: get_commit_data - run: echo "committed_files='$(gh pr view ${PR_NUMBER} --json files --jq '.files.[].path)'" >> "$GITHUB_OUTPUT" + run: echo "committed_files='$(gh pr view ${PR_NUMBER} --json files)'" >> "$GITHUB_OUTPUT" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBER: ${{ github.event.number }}