From 4cba4817f2e1e64c69bf2df005dded105d6e3cc2 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Tue, 2 Jan 2024 14:47:22 -0700 Subject: [PATCH] git identity --- .gitea/workflows/push_to_main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/push_to_main.yaml b/.gitea/workflows/push_to_main.yaml index d4b219c..30c99b1 100644 --- a/.gitea/workflows/push_to_main.yaml +++ b/.gitea/workflows/push_to_main.yaml @@ -10,6 +10,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 + - run: git config --global user.email "cloud+git+runner@thorup.us" + - run: git config --global user.name "Git runner" - run: git tag -d v1 || true - run: git push --delete origin v1 || true - run: git tag v1