Skip to content

Commit d13daf9

Browse files
authored
Merge pull request #59 from reedham-aws/remove-package-inline-script
fix: remove extra checkout step
2 parents 5ab3fe6 + 087a31e commit d13daf9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ jobs:
1010
permissions:
1111
contents: write
1212
steps:
13-
- name: Init a git repo
14-
uses: actions/checkout@v5
1513
- name: Checkout PR
16-
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18-
run: gh pr checkout ${{ github.event.pull_request.number }}
14+
uses: actions/checkout@v5
1915
- name: Package
2016
run: |
2117
npm ci

0 commit comments

Comments
 (0)