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"