Skip to content

Commit

Permalink
Set Git config for CI updating lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robbins committed Aug 26, 2024
1 parent f0a29db commit 8924bf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:

- name: Update website input
if: github.event.action == 'site_updated'
run: nix flake update website-src --commit-lock-file
run: |
git config user.name github-actions
git config user.email [email protected]
nix flake update website-src --commit-lock-file
- name: HashiCorp - Setup Terraform
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit 8924bf1

Please sign in to comment.