Skip to content

Commit

Permalink
fix(ci): use a dev version of create-pull-request action to fix issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Jan 31, 2023
1 parent 7d5242b commit 7f307e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-kernels.yml
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch:
schedule:
- cron: '30 6 * * 1'
pull_request:

jobs:
update-kernels:
Expand Down Expand Up @@ -32,7 +33,7 @@ jobs:
kernel-crawler crawl --distro=* --arch=aarch64 > aarch64/list.json
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5-rc
with:
signoff: true
branch: update/kernels
Expand Down

0 comments on commit 7f307e9

Please sign in to comment.