From 2260cdcd6f1666294fd5bcd53bc9215953eada5d Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Tue, 2 Jan 2024 14:48:57 -0700 Subject: [PATCH] echos --- .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 30c99b1..40df733 100644 --- a/.gitea/workflows/push_to_main.yaml +++ b/.gitea/workflows/push_to_main.yaml @@ -10,8 +10,10 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v3 + - run: echo "I did a thing" - run: git config --global user.email "cloud+git+runner@thorup.us" - run: git config --global user.name "Git runner" + - run: echo "I finished doing a thing" - run: git tag -d v1 || true - run: git push --delete origin v1 || true - run: git tag v1