We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780f0fd commit b2cd477Copy full SHA for b2cd477
1 file changed
.github/workflows/performance-test.yml
@@ -238,4 +238,4 @@ jobs:
238
uses: ad-m/github-push-action@master
239
with:
240
github_token: ${{ secrets.GITHUB_TOKEN }}
241
- branch: ${{ github.ref }}
+ branch: ${{ github.head_ref || github.ref_name }}
0 commit comments