We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bae96 commit 7ae0f24Copy full SHA for 7ae0f24
.github/workflows/stdError_wrap.yml
@@ -22,4 +22,4 @@ jobs:
22
git config user.email "actions@github.com"
23
git add -A
24
git commit -m "Wrapped latest changes in stdError sentries" || echo "No changes to master"
25
- git push origin HEAD:stdError-Wrapped
+ git push -f origin HEAD:stdError-Wrapped
0 commit comments