Skip to content

Commit

Permalink
Update create-contribution.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chirbard authored May 10, 2024
1 parent 40033f2 commit c424bec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create-contribution.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Create Contribution

#on:

on:
issue_comment:
types: [created]
Expand All @@ -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 "[email protected]"
Expand Down

0 comments on commit c424bec

Please sign in to comment.