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 2d342b5 commit 3dc3818Copy full SHA for 3dc3818
.github/workflows/pr.yml
@@ -14,6 +14,10 @@ jobs:
14
pull-request:
15
runs-on: ubuntu-latest
16
steps:
17
+ - name: Checkout repository
18
+ uses: actions/checkout@v4
19
+ with:
20
+ fetch-depth: 0
21
- name: Create app token
22
uses: actions/create-github-app-token@v2
23
id: app-token
@@ -25,6 +29,5 @@ jobs:
25
29
gh pr create -d -B master -H "$GITHUB_REF_NAME"
26
30
"${PR_TITLE:+--title=}${PR_TITLE:---fill-first}"
27
31
env:
28
- GH_REPO: ${{github.repository}}
32
GH_TOKEN: ${{steps.app-token.outputs.token}}
33
PR_TITLE: ${{github.event.inputs.title}}
0 commit comments