mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46: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:
|
on:
|
||||||
workflow_dispatch: # Allow running on-demand
|
workflow_dispatch: # Allow running on-demand
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * 5'
|
- cron: "0 3 * * 5"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
upgrade:
|
upgrade:
|
||||||
|
@ -45,4 +45,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
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