Skip to content

Commit 0979c45

Browse files
authored
fix(GenerateAsyncCode): pushing invalid reference (#41)
1 parent d989aa9 commit 0979c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GenerateAsyncCode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
fi
4444
git add -A
4545
git commit -am "Generate async files"
46-
git push
46+
git push origin HEAD:${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)