Skip to content

Commit 806be9c

Browse files
fix: adding checkout repository step.
1 parent b926835 commit 806be9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
open-pull-request:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: checkout
13+
uses: actions/checkout@v4
14+
1215
- name: get issue number
1316
id: get_issue_number
1417
run: |

0 commit comments

Comments
 (0)