Skip to content

Commit 61cf5ad

Browse files
committed
always merge main on the branches
1 parent 5d35f4d commit 61cf5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/metadata-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
BRANCH_NAME="${{ steps.findbranch.outputs.branch }}"
8787
git commit -m "chore: update instrumentation list [automated]" || echo "No changes to commit."
88-
git push origin "$BRANCH_NAME" --force-with-lease
88+
git push origin "$BRANCH_NAME"
8989
9090
- name: Create PR if needed
9191
if: steps.diffcheck.outputs.has_diff == 'true'

0 commit comments

Comments
 (0)