Skip to content

Commit

Permalink
Merge pull request #19 from NixOS/fix-updates
Browse files Browse the repository at this point in the history
Don't commit PR body for automated updates
  • Loading branch information
philiptaron authored Mar 21, 2024
2 parents e9a34ee + 99e4397 commit c5efaca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
path: repo

- uses: cachix/install-nix-action@v26

- name: update
run: |
nix-build -A autoPrUpdate
nix-build repo -A autoPrUpdate
result/bin/auto-pr-update > body
- name: Create Pull Request
Expand Down

0 comments on commit c5efaca

Please sign in to comment.