We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d989aa9 commit 0979c45Copy full SHA for 0979c45
.github/workflows/GenerateAsyncCode.yml
@@ -43,4 +43,4 @@ jobs:
43
fi
44
git add -A
45
git commit -am "Generate async files"
46
- git push
+ git push origin HEAD:${{ github.event.pull_request.head.ref }}
0 commit comments