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:
Jiahao XU 2024-06-12 23:03:31 +10:00
parent d949332767
commit 8f2eabc10b

View file

@ -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