Update main.yml
This commit is contained in:
parent
8e442033f7
commit
09c784640b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
- cron: "0 8 * * *"
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
update_lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
@ -18,8 +18,8 @@ jobs:
|
|||
with:
|
||||
git-author-name: 'caem'
|
||||
git-author-email: 'caem@dirae.org'
|
||||
git-comitter-name: 'caem'
|
||||
git-comitter-email: 'caem@dirae.org'
|
||||
git-committer-name: 'caem'
|
||||
git-committer-email: 'caem@dirae.org'
|
||||
pr-title: "Automated: Update flake.lcok"
|
||||
pr-labels: |
|
||||
dependencies
|
||||
|
|
Loading…
Reference in a new issue