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

Commit

Permalink
fix: コミット忘れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Apr 11, 2024
1 parent df0a588 commit bdcedc2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rebaseTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
git fetch template master:template/master
- name: Delete workflow
run: |
rm -r .github
rm -r ./.github
- name: Commit
run: |
git commit * -m "Del workflow"
- name: Push
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit bdcedc2

Please sign in to comment.