mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 17:03:56 -05:00
testing github actions
This commit is contained in:
parent
e8f06f93ce
commit
8ee99ed785
1 changed files with 5 additions and 6 deletions
11
.github/workflows/flake-update.yml
vendored
11
.github/workflows/flake-update.yml
vendored
|
|
@ -19,9 +19,8 @@ jobs:
|
|||
pr-labels: | # Labels to be set on the PR
|
||||
dependencies
|
||||
automated
|
||||
- name : merge
|
||||
uses : nbrugger-tgm/merge-pr-action@v0.2.2
|
||||
with :
|
||||
pull_request: ${{ steps.update.outputs.pull-request-number }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
method: squash
|
||||
- name: merge PR
|
||||
run: |
|
||||
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