Skip to content

Commit

Permalink
fix: createRef
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jun 9, 2024
1 parent 4b616a1 commit b6aff1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
const branchRef = `heads/auto-format-${context.sha.slice(0, 7)}`;
const branch = await github.rest.git.createRef({
...context.repo,
ref: branchRef,
ref: `refs/$branchRef`,
sha: context.sha
});
Expand Down

0 comments on commit b6aff1e

Please sign in to comment.