Skip to content

Commit

Permalink
Don't commit PR body for automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Mar 21, 2024
1 parent adb1f8a commit 99e4397
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 99e4397

Please sign in to comment.