Skip to content

Commit f756218

Browse files
authored
chore: More fixes to corpus upload workflow (mozilla#3182)
1 parent d0a5a51 commit f756218

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/fuzz-corpus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
6363
git checkout -b "$BRANCH"
6464
git add fuzz/corpus
6565
git commit -m "$MESSAGE"
66-
git push --set-upstream origin "$BRANCH"
67-
gh pr create --draft --fill-verbose
66+
gh repo set-default "$GITHUB_REPOSITORY"
67+
gh pr create --draft --fill-verbose --head "$BRANCH" --push

0 commit comments

Comments
 (0)