Skip to content

Commit

Permalink
ci(update): skip pr step
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Apr 22, 2024
1 parent feb4de7 commit 481aa4b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ jobs:
uses: DeterminateSystems/nix-installer-action@v10

- name: Update lockfile
uses: DeterminateSystems/update-flake-lock@v21
id: update
with:
pr-title: "chore(deps): update flake inputs"
commit-msg: "chore(deps): update flake inputs"
token: ${{ secrets.GITHUB_TOKEN }}
run: nix flake update

- name: Merge changes
run: gh pr merge ${{ steps.update.outputs.pull-request-number }} --squash --delete-branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
message: "chore(deps): update flake inputs"
default_author: github_actions

0 comments on commit 481aa4b

Please sign in to comment.