Skip to content

Commit a69bdf0

Browse files
committed
a
1 parent 17ee194 commit a69bdf0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/regenerate-reference-manual.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16+
- uses: actions/checkout@v5
17+
1618
# https://github.com/orgs/community/discussions/24945#discussioncomment-3245946
1719
- name: Checkout PR
1820
run: gh pr checkout ${{ github.event.pull_request.number }}
@@ -40,4 +42,4 @@ jobs:
4042
4143
git add Reference_Manual.md
4244
git commit -m "Regenerate reference manual from template"
43-
git push
45+
git push

0 commit comments

Comments
 (0)