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 c21c7ca commit 734db02
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rebaseTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,19 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git fetch template master:template/master
- name: Checkout doc
uses: actions/checkout@v4
with:
ref: template/master
path: template/master
- name: Delete workflow
run: |
rm -r ./.github
- name: Commit
run: |
git config --global user.email "[email protected]"
git config --global user.name "Workflow"
git add *
git commit * -m "Del workflow"
git commit -a -m "Del workflow"
- name: Push
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 734db02

Please sign in to comment.