ci: remove flake-lock-update workflow for now
All checks were successful
/ check (push) Successful in 35s
All checks were successful
/ check (push) Successful in 35s
This commit is contained in:
parent
26a60df8c0
commit
adada17551
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
check:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: install nix action
|
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
|
||||||
with:
|
|
||||||
github-token: ${{ secrets.GH_TOKEN }}
|
|
||||||
- name: update flake.lock
|
|
||||||
run: nix flake update
|
|
||||||
- name: create PR
|
|
||||||
uses: https://github.com/peter-evans/create-pull-request@v5
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.UPDATE_TOKEN }}
|
|
||||||
committer: notohh <github@notohh.dev>
|
|
||||||
author: forgejo <dev@notohh.dev
|
|
||||||
branch: flake-lock-update
|
|
Loading…
Reference in a new issue