This commit is contained in:
parent
2ed6fa021c
commit
965651d00f
1 changed files with 8 additions and 5 deletions
|
@ -1,9 +1,13 @@
|
||||||
name: update-flake-lock
|
name: update-flake-lock
|
||||||
run-name: ${{ github.actor }} - update-flake-lock
|
run-name: ${{ github.actor }} - update-flake-lock
|
||||||
|
# on:
|
||||||
|
# schedule:
|
||||||
|
# - cron: '0 0 * * 6'
|
||||||
|
# # “At 00:00 on Saturday.”
|
||||||
on:
|
on:
|
||||||
schedule:
|
push:
|
||||||
- cron: '0 0 * * 6'
|
branches:
|
||||||
# “At 00:00 on Saturday.”
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
update-flake-lock:
|
update-flake-lock:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
@ -13,8 +17,7 @@ jobs:
|
||||||
- name: "Setup Runner"
|
- name: "Setup Runner"
|
||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add git nodejs nix \
|
apk add git nodejs nix --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
||||||
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
|
||||||
git config --global user.email "${{github.actor}}"
|
git config --global user.email "${{github.actor}}"
|
||||||
git config --global user.name "Albert J. Copeland"
|
git config --global user.name "Albert J. Copeland"
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue