Skip to content

Commit 4f9c7a9

Browse files
fix(merge): resolve cowork-auto-pr.yml conflict (keep @v4 tag, 11d5960 is invalid ref)
2 parents 1a80a42 + 5b038a1 commit 4f9c7a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cowork-auto-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# without this step every run failed with "not a git repository" and no
1717
# PR was ever opened (fleet-wide defect: 11/11 seeded copies lacked it).
1818
- name: Check out the pushed branch
19-
uses: actions/checkout@v4 # v4
19+
uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.ref_name }}
2222
fetch-depth: 0

0 commit comments

Comments
 (0)