We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55b810 commit cf6357cCopy full SHA for cf6357c
.github/workflows/tf-autosquash.yml
@@ -33,6 +33,7 @@ jobs:
33
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
with:
35
token: ${{ steps.app-token.outputs.token || github.token }}
36
+ fetch-depth: 0 # otherwise rebase will fail if PR is not based on the latest commit
37
38
- name: Determine PR head repo owner
39
run: |
0 commit comments