Skip to content

Commit

Permalink
Force push
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Nov 14, 2024
1 parent a091ba1 commit e1451a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
git config user.name "github-actions"
git config user.email "[email protected]"
git checkout -b gh/outdated
git pull
git commit -am "Update NuGet packages"
git push origin HEAD
git push origin HEAD -f
gh pr create --base main --head gh/outdated --title 'Update NuGet packages' --body-file ${{ runner.temp }}/build_logs/dotnet-updated.md
env:
Expand Down

0 comments on commit e1451a2

Please sign in to comment.