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 5d35f4d commit 61cf5adCopy full SHA for 61cf5ad
.github/workflows/metadata-update.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
BRANCH_NAME="${{ steps.findbranch.outputs.branch }}"
87
git commit -m "chore: update instrumentation list [automated]" || echo "No changes to commit."
88
- git push origin "$BRANCH_NAME" --force-with-lease
+ git push origin "$BRANCH_NAME"
89
90
- name: Create PR if needed
91
if: steps.diffcheck.outputs.has_diff == 'true'
0 commit comments