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 17ee194 commit a69bdf0Copy full SHA for a69bdf0
.github/workflows/regenerate-reference-manual.yml
@@ -13,6 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
+ - uses: actions/checkout@v5
17
+
18
# https://github.com/orgs/community/discussions/24945#discussioncomment-3245946
19
- name: Checkout PR
20
run: gh pr checkout ${{ github.event.pull_request.number }}
@@ -40,4 +42,4 @@ jobs:
40
42
41
43
git add Reference_Manual.md
44
git commit -m "Regenerate reference manual from template"
- git push
45
+ git push
0 commit comments