mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 23:26:36 +00:00
Fix upgrade-transitive-deps
Fill in PR description, so that reviewer can just re-open it to run the CI. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
d949332767
commit
8f2eabc10b
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ name: Upgrade transitive dependencies
|
|||
on:
|
||||
workflow_dispatch: # Allow running on-demand
|
||||
schedule:
|
||||
- cron: '0 3 * * 5'
|
||||
- cron: "0 3 * * 5"
|
||||
|
||||
jobs:
|
||||
upgrade:
|
||||
|
@ -45,4 +45,4 @@ jobs:
|
|||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh pr create --base main --fill --label 'PR: dependencies'
|
||||
gh pr create --base main --fill --label 'PR: dependencies' --body 'Update dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue