Skip to content

Commit 0a997cc

Browse files
authored
Checkout ref before doing beachball checks (#83)
1 parent 97aa0c3 commit 0a997cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dependabot-beachball.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
token: ${{ secrets.GITHUB_TOKEN }}
17+
ref: ${{ github.event.pull_request.head.ref }}
18+
fetch-depth: 0
1519

1620
- name: Use Node.js 22.x
1721
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)