mirror of
https://github.com/wentasah/ros2nix.git
synced 2025-06-10 00:02:23 +03:00
github: Update rosdistro update workflow
This commit is contained in:
parent
f6d9f91eb1
commit
2fd2d627ae
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -16,11 +16,11 @@ jobs:
|
||||||
- name: Update rosdistro
|
- name: Update rosdistro
|
||||||
run: |
|
run: |
|
||||||
nix flake update rosdistro --commit-lock-file
|
nix flake update rosdistro --commit-lock-file
|
||||||
git show --format='%b' --no-patch > .body
|
git show --format='%b' --no-patch > /tmp/.body
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v7
|
uses: peter-evans/create-pull-request@v7
|
||||||
with:
|
with:
|
||||||
branch: rosdistro-updates
|
branch: rosdistro-updates
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
title: 'Rosdistro update'
|
title: 'Rosdistro update'
|
||||||
body-path: .body
|
body-path: /tmp/.body
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue