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 86b209c commit 48390a0Copy full SHA for 48390a0
merge-junit-reports/action.yml
@@ -51,7 +51,7 @@ runs:
51
git config user.name "${{ github.actor }}"
52
git config user.email "${{ github.actor }}@users.noreply.github.com"
53
git commit --allow-empty -m "Initial commit for JUnit reports branch"
54
- git branch --set-upstream-to origin/${{ inputs.git-branch }}
+ git push --set-upstream origin ${{ inputs.git-branch }}
55
fi
56
57
- name: Merge JUnit report artifacts
0 commit comments