Skip to content

Commit a3e94e3

Browse files
authored
Merge pull request #252 from azooKey/codex/fix-module-not-found-error
fix: checkout repo before running form script
2 parents 63c4a79 + 5cf677b commit a3e94e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/google_form.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
create-issue:
1616
runs-on: ubuntu-latest
1717
steps:
18+
- name: Check out repository
19+
uses: actions/checkout@v4
1820
- name: Open issue with form response
1921
uses: actions/github-script@v7
2022
env:

0 commit comments

Comments
 (0)