We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a80a42 + 5b038a1 commit 4f9c7a9Copy full SHA for 4f9c7a9
1 file changed
.github/workflows/cowork-auto-pr.yml
@@ -16,7 +16,7 @@ jobs:
16
# without this step every run failed with "not a git repository" and no
17
# PR was ever opened (fleet-wide defect: 11/11 seeded copies lacked it).
18
- name: Check out the pushed branch
19
- uses: actions/checkout@v4 # v4
+ uses: actions/checkout@v4
20
with:
21
ref: ${{ github.ref_name }}
22
fetch-depth: 0
0 commit comments