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

Commit

Permalink
🐛 pull->fetchに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
yuito-it committed Mar 13, 2024
1 parent 1be1e41 commit 83d5ed8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/rebaseTemplate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git pull template master:template/master
PR:
runs-on: ubuntu-latest
steps:
- name: Create pull request
uses: repo-sync/pull-request@v2
with:
source_branch: template/master
destination_branch: main
pr_title: Update template
pr_label: dependencies
github_token: ${{ secrets.GITHUB_TOKEN }}
git fetch template master:template/master

0 comments on commit 83d5ed8

Please sign in to comment.