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

Commit

Permalink
🐛 順序の変更
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Mar 13, 2024
1 parent dde24ed commit 2ddb3cf
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/rebaseTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- cron: "28 0 * * 3"

concurrency:
group: "PullAndFix"
cancel-in-progress: false
group: "PullAndFix"
cancel-in-progress: false

jobs:
PullAndFix:
Expand All @@ -22,12 +22,18 @@ jobs:
env:
TZ: "Asia/Tokyo"
run: echo "CURRENT_DATETIME=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
- name: Remote Add
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git remote add template https://github.com/UniPro-tech/NextBlogComplateStarter.git
- name: HASH
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo "HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
- name: Pull
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git remote add template https://github.com/UniPro-tech/NextBlogComplateStarter.git
echo "HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
git branch template/master_${{ env.HASH }}
git pull template master:template/master_${{ env.HASH }}
PR:
Expand Down

0 comments on commit 2ddb3cf

Please sign in to comment.