Skip to content

Commit bf2ef03

Browse files
release(v0.5.5-draft) release new version 🚀
1 parent f2f4604 commit bf2ef03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actions_template_sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v3
1818
- name: actions-template-sync
19-
uses: AndreasAugustin/[email protected].4-draft
19+
uses: AndreasAugustin/[email protected].5-draft
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
source_repo_path: AndreasAugustin/template

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Checkout
4747
uses: actions/checkout@v3
4848
- name: actions-template-sync
49-
uses: AndreasAugustin/[email protected].4-draft
49+
uses: AndreasAugustin/[email protected].5-draft
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
source_repo_path: <owner/repo>
@@ -104,7 +104,7 @@ jobs:
104104
- name: Checkout
105105
uses: actions/checkout@v3
106106
- name: actions-template-sync
107-
uses: AndreasAugustin/[email protected].4-draft
107+
uses: AndreasAugustin/[email protected].5-draft
108108
with:
109109
github_token: ${{ secrets.GITHUB_TOKEN }}
110110
source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # <owner/repo>, should be within secrets

0 commit comments

Comments
 (0)