Skip to content

Commit

Permalink
ci: set git data for committing
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Feb 28, 2024
1 parent 9092b3d commit 1ae8beb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cosmic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:

- uses: DeterminateSystems/nix-installer-action@v9

- name: Configure git
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
- run: nix -vL run --show-trace .#update

- id: create-pr
Expand Down

0 comments on commit 1ae8beb

Please sign in to comment.