mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-03 18:55:39 +00:00
refactor(nix): modify git author info (#2437)
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/determinate-nix-action@v3
|
uses: DeterminateSystems/determinate-nix-action@v3
|
||||||
|
|
||||||
@@ -46,10 +46,10 @@ jobs:
|
|||||||
id: update
|
id: update
|
||||||
uses: DeterminateSystems/update-flake-lock@main
|
uses: DeterminateSystems/update-flake-lock@main
|
||||||
with:
|
with:
|
||||||
git-author-name: heihutu
|
git-author-name: houseme
|
||||||
git-author-email: heihutu@gmail.com
|
git-author-email: housemecn@gmail.com
|
||||||
git-committer-name: heihutu
|
git-committer-name: houseme
|
||||||
git-committer-email: heihutu@gmail.com
|
git-committer-email: housemecn@gmail.com
|
||||||
pr-title: "chore(deps): update flake.lock"
|
pr-title: "chore(deps): update flake.lock"
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
dependencies
|
dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user