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 authored and poiana committed Jan 31, 2023
1 parent 7d5242b commit d529e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-kernels.yml
Expand Up @@ -32,7 +32,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 d529e54

Please sign in to comment.