diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-03 09:00:40 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-03 09:00:40 -0800 |
commit | ec3e8d7013d711d10b1cea7e5ef59ba793f9fb09 (patch) | |
tree | 40ccf067ca1a8547309af35b71ce6efef35a7a62 | |
parent | use webfactory/ssh-agent to sign commits (diff) | |
download | fcuny.net-ec3e8d7013d711d10b1cea7e5ef59ba793f9fb09.tar.gz |
another attempt
-rw-r--r-- | .github/workflows/update.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b6ba6a7..d5cd8e3 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -27,6 +27,8 @@ jobs: uses: DeterminateSystems/update-flake-lock@v20 with: pr-title: "Update flake.lock" + commit-msg: "chore: update flake" + pr-assignees: fcuny pr-labels: | dependencies automated |