From c424bec8897e0947285054233c259bfc6cd91327 Mon Sep 17 00:00:00 2001 From: chirbard <73120520+chirbard@users.noreply.github.com> Date: Fri, 10 May 2024 09:01:39 +0300 Subject: [PATCH] Update create-contribution.yml --- .github/workflows/create-contribution.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/create-contribution.yml b/.github/workflows/create-contribution.yml index 38f409b..a4556a7 100644 --- a/.github/workflows/create-contribution.yml +++ b/.github/workflows/create-contribution.yml @@ -1,7 +1,5 @@ name: Create Contribution -#on: - on: issue_comment: types: [created] @@ -18,7 +16,6 @@ jobs: fetch-depth: '0' - name: git run: | - # setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default git --version git config user.name "chirbard" git config user.email "73120520+chirbard@users.noreply.github.com"