Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix: gitの設定ミス
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Apr 11, 2024
1 parent bdcedc2 commit c9cd8df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rebaseTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
git fetch template master:template/master
- name: Delete workflow
run: |
git config --global user.email "[email protected]"
git config --global user.name "Workflow"
rm -r ./.github
- name: Commit
run: |
Expand Down

0 comments on commit c9cd8df

Please sign in to comment.