Skip to content

Commit

Permalink
[SQUASH] Fix nonasync func
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Grandi <fgrandi30@gmail.com>
  • Loading branch information
qubitz and EndBug committed Sep 5, 2023
1 parent 3236e3d commit 1ae0a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function forceBranch(git: GitArgs) {
return exec(`${git.command} branch -f ${git.ref}`)
}

function setupUser(git: GitArgs) {
async function setupUser(git: GitArgs) {
core.info('Setting up git user...')

const { GITHUB_ACTOR } = process.env
Expand Down

0 comments on commit 1ae0a6a

Please sign in to comment.