Skip to content

Commit 8691846

Browse files
authored
fix: always checkout from main
1 parent a41b700 commit 8691846

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-transcript.yaml

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

1616
steps:
1717
- uses: actions/checkout@v3
18+
with:
19+
ref: 'main'
1820

1921
- name: Setup Node.js
2022
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)