Skip to content

Commit b2cd477

Browse files
committed
fix workflow
1 parent 780f0fd commit b2cd477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/performance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,4 @@ jobs:
238238
uses: ad-m/github-push-action@master
239239
with:
240240
github_token: ${{ secrets.GITHUB_TOKEN }}
241-
branch: ${{ github.ref }}
241+
branch: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)