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 af8cfd7 commit 7a38724
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rebaseTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git fetch template master:template
- name: Checkout
run: git checkout template
- name: Delete workflow
run: |
rm -r ./.github
Expand All @@ -41,5 +43,5 @@ jobs:
git commit -a -m "Del workflow"
- name: Push
env:
GITHUB_TOKEN: ${{secrets.PAT}}
run: git push -u origin template/master
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: git push -u origin template

0 comments on commit 7a38724

Please sign in to comment.