mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
Update flake-update.yml
This commit is contained in:
parent
c2f6291e4e
commit
b58993ba57
1 changed files with 3 additions and 2 deletions
5
.github/workflows/flake-update.yml
vendored
5
.github/workflows/flake-update.yml
vendored
|
|
@ -12,7 +12,8 @@ jobs:
|
|||
uses: actions/checkout@v4.1.5
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v11
|
||||
- name: update
|
||||
- name: Update flake lock
|
||||
id: update
|
||||
uses: DeterminateSystems/update-flake-lock@v21
|
||||
with:
|
||||
pr-title: "Update flake.lock"
|
||||
|
|
@ -21,7 +22,7 @@ jobs:
|
|||
automated
|
||||
- name: merge
|
||||
run: |
|
||||
gh pr merge "$PULL_REQUEST_NUMBER" --squash --delete-branch
|
||||
gh pr merge ${{ steps.update.outputs.pull-request-number }} --squash --delete-branch
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue