diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b6ca84b..1c4661e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -16,11 +16,11 @@ jobs: - name: Update rosdistro run: | 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 uses: peter-evans/create-pull-request@v7 with: branch: rosdistro-updates delete-branch: true title: 'Rosdistro update' - body-path: .body + body-path: /tmp/.body