Skip to content

Commit

Permalink
NOW FUCKING WORK
Browse files Browse the repository at this point in the history
  • Loading branch information
coopeeo authored Mar 25, 2024
1 parent 4e5a203 commit 129256f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:
if: steps.add_entry.outputs.push_entry == 'YES' && steps.verify_user.outputs.result == 'YES' && steps.add_entry.outputs.has_issues == 'NO'
working-directory: ${{ github.workspace }}/clicks
run: |
git config --local user.name "Click Sound Adder"
git config --global user.name "Click Sound Adder"
git add -A
git commit -m "New click from $ISSUE_AUTHOR - ${{ steps.add_entry.outputs.mod_id }}"
git config --local user.email "${{ secrets.COOP_BOT_EMAIL }}"
git remote set-url origin "https://x-access-token:${{ secrets.COOP_BOT_PUSH_BIN_TOKEN }}@github.com/clicksounds/clicks.git"
git config --global user.email "${{ secrets.COOP_BOT_EMAIL }}"
git remote set-url origin "https://coopeeobot:${{ secrets.COOP_BOT_PUSH_BIN_TOKEN }}@github.com/clicksounds/clicks.git"
git push -u origin main
env:
ISSUE_AUTHOR: ${{ github.event.issue.user.login }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/issuecomment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
if: steps.verify_user.outputs.result == 'YES' && steps.add_entry.outputs.push_entry == 'YES' && github.event.comment.body == '!accept'
working-directory: ${{ github.workspace }}/clicks
run: |
git config --local user.name "Click Sound Adder"
git config --global user.name "Click Sound Adder"
git add -A
git commit -m "New click from $ISSUE_AUTHOR - ${{ steps.add_entry.outputs.mod_id }}" -m "Accepted by: $COMMENT_AUTHOR"
git config --local user.email "${{ secrets.COOP_BOT_EMAIL }}"
git remote set-url origin "https://x-access-token:${{ secrets.COOP_BOT_PUSH_BIN_TOKEN }}@github.com/clicksounds/clicks.git"
git config --global user.email "${{ secrets.COOP_BOT_EMAIL }}"
git remote set-url origin "https://coopeeobot:${{ secrets.COOP_BOT_PUSH_BIN_TOKEN }}@github.com/clicksounds/clicks.git"
git push -u origin main
- name: Close Issue
Expand Down

0 comments on commit 129256f

Please sign in to comment.