mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43: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
|
uses: actions/checkout@v4.1.5
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@v11
|
uses: DeterminateSystems/nix-installer-action@v11
|
||||||
- name: update
|
- name: Update flake lock
|
||||||
|
id: update
|
||||||
uses: DeterminateSystems/update-flake-lock@v21
|
uses: DeterminateSystems/update-flake-lock@v21
|
||||||
with:
|
with:
|
||||||
pr-title: "Update flake.lock"
|
pr-title: "Update flake.lock"
|
||||||
|
|
@ -21,7 +22,7 @@ jobs:
|
||||||
automated
|
automated
|
||||||
- name: merge
|
- name: merge
|
||||||
run: |
|
run: |
|
||||||
gh pr merge "$PULL_REQUEST_NUMBER" --squash --delete-branch
|
gh pr merge ${{ steps.update.outputs.pull-request-number }} --squash --delete-branch
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue