Skip to content

Commit 7ae0f24

Browse files
committed
Update script to force push to branch
1 parent 41bae96 commit 7ae0f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stdError_wrap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
git config user.email "actions@github.com"
2323
git add -A
2424
git commit -m "Wrapped latest changes in stdError sentries" || echo "No changes to master"
25-
git push origin HEAD:stdError-Wrapped
25+
git push -f origin HEAD:stdError-Wrapped

0 commit comments

Comments
 (0)