Skip to content

Commit

Permalink
Merge pull request #6 from Davidmattei/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
acrobat authored Nov 23, 2022
2 parents 5d11134 + e3edc9c commit d0f196c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
fetch-depth: 0

# Add a personal access token to the repository secrets. This will allow the splitter action to push the new commits
- uses: frankdejonge/use-github-token@1.0.1
- uses: frankdejonge/use-github-token@1.0.2
with:
authentication: 'username:${{ secrets.PERSONAL_GITHUB_TOKEN }}'
user_name: 'Committer name'
Expand All @@ -80,7 +80,7 @@ jobs:

# Sync commits and tags for the configured subtree splits
- name: subtree split
uses: acrobat/subtree-splitter@v1
uses: acrobat/subtree-splitter@v1.1.3
with:
config-path: .github/subtree-splitter-config.json # Reference the location where you saved your config file
```

0 comments on commit d0f196c

Please sign in to comment.