Skip to content

Commit 657e91c

Browse files
ci: checkout the right branch with permissions for committing
1 parent b9e8965 commit 657e91c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-badges.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515

1616
- uses: actions/checkout@v2 # clones your repo, make sure the ssh secret is set!
17+
with:
18+
ref: ${{ github.head_ref }}
1719

1820
- uses: joblo2213/aoc-badges-action@v3
1921
with:

0 commit comments

Comments
 (0)