Update .gitea/workflows/main.yml

This commit is contained in:
sora 2023-11-15 12:52:36 +01:00
parent 50dbb9421b
commit 47d064f4b8

View File

@ -23,6 +23,11 @@ jobs:
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v20
with:
git-author-name: "act-runner[bot]"
git-author-email: "act-runner@git.helcel.net"
git-committer-name: "act-runner[bot]"
git-committer-email: "act-runner@git.helcel.net"
token: ${{ secrets.GIT_TOKEN }}
pr-title: "[chore] Update flake.lock"
pr-labels: |
dependencies