Skip to content

Commit

Permalink
ci: change user config
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovico Piero <[email protected]>
  • Loading branch information
LudovicoPiero committed Nov 27, 2024
1 parent af686b8 commit 46f75db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Ludovico Piero"
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Maximilian Sforza"
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
git-author-name: "Ludovico Piero"
git-author-email: "[email protected]"
git-committer-name: "Ludovico Piero"
git-committer-email: "[email protected]"
token: ${{ secrets.GH_TOKEN }}
git-author-name: "Maximilian Sforza"
git-author-email: "[email protected]"
git-committer-name: "Maximilian Sforza"
git-committer-email: "[email protected]"
token: ${{ secrets.PR_TOKEN }}
commit-msg: "chore: Update flake.lock" # The message provided with the commit
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
Expand Down

0 comments on commit 46f75db

Please sign in to comment.