Skip to content

Commit

Permalink
Don't edit commit message when amending dep update commit (#17626)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored May 25, 2024
1 parent 837e643 commit dcd5413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
git config --global user.email "agent-integrations-dependency-bot@datadoghq.com"
git config --global user.name "Agent Integrations Dependency Bot"
git add .
git commit --amend
git commit --amend --no-edit
git push origin HEAD --force

0 comments on commit dcd5413

Please sign in to comment.