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 * * *"
|
- cron: "0 8 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
update_lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
@ -18,8 +18,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
git-author-name: 'caem'
|
git-author-name: 'caem'
|
||||||
git-author-email: 'caem@dirae.org'
|
git-author-email: 'caem@dirae.org'
|
||||||
git-comitter-name: 'caem'
|
git-committer-name: 'caem'
|
||||||
git-comitter-email: 'caem@dirae.org'
|
git-committer-email: 'caem@dirae.org'
|
||||||
pr-title: "Automated: Update flake.lcok"
|
pr-title: "Automated: Update flake.lcok"
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
dependencies
|
dependencies
|
||||||
|
|
Loading…
Reference in a new issue