fix: correct force-push syntax in publish-report action
Build and Analyse / build-and-analyse (push) Successful in 23s
Build and Analyse / build-and-analyse (push) Successful in 23s
This commit is contained in:
@@ -125,4 +125,4 @@ runs:
|
|||||||
git add reports/
|
git add reports/
|
||||||
git diff --cached --quiet && echo "No changes" && exit 0
|
git diff --cached --quiet && echo "No changes" && exit 0
|
||||||
git commit -m "ci: update test report [skip ci]"
|
git commit -m "ci: update test report [skip ci]"
|
||||||
git --force push origin ${{ github.ref_name }}
|
git push --force origin ${{ github.ref_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user