Skip to content

Commit

Permalink
Create PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Nov 14, 2024
1 parent 7ef21fe commit 99d62b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git checkout -b gh/outdated
git commit -am "Update NuGet packages"
git push origin HEAD
gh pr create --dry-run --base main --head gh/outdated --title 'Update NuGet packages' --body-file ${{ runner.temp }}/build_logs/dotnet-updated.md
gh pr create --base main --head gh/outdated --title 'Update NuGet packages' --body-file ${{ runner.temp }}/build_logs/dotnet-updated.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 99d62b1

Please sign in to comment.