Skip to content

Commit e99b3b1

Browse files
committed
refactor(ci): rename: update-flake.yaml -> update.yaml
1 parent 990d1ad commit e99b3b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-flake.yaml .github/workflows/update.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: update flake.lock
1+
name: update
22
on:
33
workflow_dispatch:
44
schedule:
55
- cron: '0 21 1 * *'
66

77
jobs:
8-
lockfile:
8+
update:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository

0 commit comments

Comments
 (0)