Skip to content

Commit

Permalink
Fix regenerate-fixtures after release-drafter#1065
Browse files Browse the repository at this point in the history
ref was renamed
  • Loading branch information
Devon Stewart committed Mar 2, 2022
1 parent bf51578 commit 58a3f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-fixtures.js
Expand Up @@ -50,7 +50,7 @@ for (const repo of repos) {
variables: {
owner: repo.owner,
name: REPO_NAME,
ref: repo.branch,
targetCommitish: repo.branch,
withPullRequestBody: true,
withPullRequestURL: true,
withBaseRefName: true,
Expand Down

0 comments on commit 58a3f0d

Please sign in to comment.