Skip to content

Commit af4df2c

Browse files
committed
remove checkout ref on cleanup
1 parent a93cd9b commit af4df2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codegen-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
with:
1717
fetch-depth: 0
18-
ref: ${{ github.event.pull_request.head.ref }}
18+
ref: main
1919

2020
- name: Setup
2121
id: setup

0 commit comments

Comments
 (0)