mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix CI
This commit is contained in:
parent
38eb457f32
commit
0f43e0cedc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flake-update.yml
vendored
2
.github/workflows/flake-update.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
pr-title: "Update flake.lock"
|
pr-title: "Update flake.lock"
|
||||||
- name: merge
|
- name: merge
|
||||||
run: |
|
run: |
|
||||||
gh pr merge ${{ steps.update.outputs.pull-request-number }} --squash --delete-branch
|
gh pr merge "$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