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 5ab3fe6 commit 087a31eCopy full SHA for 087a31e
.github/workflows/package.yml
@@ -10,12 +10,8 @@ jobs:
10
permissions:
11
contents: write
12
steps:
13
- - name: Init a git repo
14
- uses: actions/checkout@v5
15
- name: Checkout PR
16
- env:
17
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
- run: gh pr checkout ${{ github.event.pull_request.number }}
+ uses: actions/checkout@v5
19
- name: Package
20
run: |
21
npm ci
0 commit comments