Skip to content

Commit

Permalink
Next attempt to fix push
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Aug 7, 2024
1 parent 0a68790 commit 641a8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream-dependencies-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
git checkout -b $BRANCH_NAME
git add .
git commit -m "Update upstream dependencies for upstream release ${{ steps.latestOtelRelease.outputs.tag }}"
git push --set-upstream origin --force
git push --force origin $BRANCH_NAME

0 comments on commit 641a8ac

Please sign in to comment.