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
fecc76a754
commit
c087166c38
1 changed files with 4 additions and 2 deletions
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
|
@ -14,11 +14,13 @@ jobs:
|
||||||
git config user.name 'github-actions[bot]'
|
git config user.name 'github-actions[bot]'
|
||||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
- name: Update rosdistro
|
- name: Update rosdistro
|
||||||
run: nix flake update rosdistro --commit-lock-file
|
run: |
|
||||||
|
nix flake update rosdistro --commit-lock-file
|
||||||
|
git show --format='%b' --no-patch > .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
|
||||||
base: main
|
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
title: 'Rosdistro update'
|
title: 'Rosdistro update'
|
||||||
|
body-path: .body
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue