We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c21b8f commit 0ad55e9Copy full SHA for 0ad55e9
.github/workflows/auto_merge_release_hotfix_into_develop.yaml
@@ -24,6 +24,14 @@ jobs:
24
run: |
25
echo "GH_TOKEN=${{ secrets.GH_TOKEN }}" >> $GITHUB_ENV
26
27
+ - name: Checkout repository
28
+ uses: actions/checkout@v3
29
+ with:
30
+ ref: ${{ github.head_ref }}
31
+ token: ${{ env.GH_TOKEN }}
32
+ # needed by "gh pr create"
33
+ fetch-depth: 0
34
+
35
- name: Merge PR
36
env:
37
PR_NUMBER: ${{ github.event.number }}
0 commit comments