Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 12, 2023
1 parent 3ed34e4 commit 18d00c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Create pull request
uses: peter-evans/create-pull-request@v5
with:
title: "Update dependencies"
title: Update dependencies
commit-message: Update dependencies
token: ${{ secrets.PR_GITHUB_TOKEN }}
branch-suffix: random
1 change: 1 addition & 0 deletions .github/workflows/update_patches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
title: Update patches
commit-message: Update patches
token: ${{ secrets.PR_GITHUB_TOKEN }}
branch-suffix: random
1 change: 1 addition & 0 deletions .github/workflows/update_supply_chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
title: Update supply_chain.json
commit-message: Update supply_chain.json
token: ${{ secrets.PR_GITHUB_TOKEN }}
branch-suffix: random

0 comments on commit 18d00c4

Please sign in to comment.