Skip to content

Commit 48390a0

Browse files
committed
Create empty JUnit report branch if it doesn't exist
1 parent 86b209c commit 48390a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merge-junit-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
git config user.name "${{ github.actor }}"
5252
git config user.email "${{ github.actor }}@users.noreply.github.com"
5353
git commit --allow-empty -m "Initial commit for JUnit reports branch"
54-
git branch --set-upstream-to origin/${{ inputs.git-branch }}
54+
git push --set-upstream origin ${{ inputs.git-branch }}
5555
fi
5656
5757
- name: Merge JUnit report artifacts

0 commit comments

Comments
 (0)