Skip to content

Commit

Permalink
doc(version): add version bump to doc ⭐ (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Aug 29, 2021
1 parent ebdee94 commit 9f65a45
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 @@ -41,7 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.1.5-draft
uses: AndreasAugustin/actions-template-sync@v0.1.6-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: <owner/repo>
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: actions-template-sync
uses: AndreasAugustin/actions-template-sync@v0.1.5-draft
uses: AndreasAugustin/actions-template-sync@v0.1.6-draft
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # <owner/repo>, should be within secrets
Expand Down

0 comments on commit 9f65a45

Please sign in to comment.