From ee1f85ded945f0a4e4405a731ae10ae8e69e9064 Mon Sep 17 00:00:00 2001 From: Anne Schuth Date: Mon, 8 Jul 2024 17:26:37 +0200 Subject: [PATCH] Configure user --- .github/workflows/deploy.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5d02dd..59f5414 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,6 +15,11 @@ jobs: with: python-version: '3.12' + - name: Configure Git Identity + run: | + git config user.email "actions@github.com" + git config user.name "GitHub Actions" + - name: Generate index.json run: ./script/deploy