diff --git a/.github/workflows/cosmic.yml b/.github/workflows/cosmic.yml index 310a0d8b..1fe75f39 100644 --- a/.github/workflows/cosmic.yml +++ b/.github/workflows/cosmic.yml @@ -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