Skip to content

Commit f9a1c8f

Browse files
chore(main): release 1.1.3 (#384)
* chore(main): release 1.1.3 * docs: 📝 update docs related to release --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andy Augustin <[email protected]>
1 parent ff25f8c commit f9a1c8f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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].2
19+
uses: AndreasAugustin/[email protected].3
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
source_repo_path: AndreasAugustin/template

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.3](https://github.com/AndreasAugustin/actions-template-sync/compare/v1.1.2...v1.1.3) (2023-09-16)
4+
5+
6+
### Bug Fixes
7+
8+
* :bug: ([#380](https://github.com/AndreasAugustin/actions-template-sync/issues/380)) small fix related to remote file mode changes ([#383](https://github.com/AndreasAugustin/actions-template-sync/issues/383)) ([ff25f8c](https://github.com/AndreasAugustin/actions-template-sync/commit/ff25f8cbcd237716eeff23dc5616632c7663e99f))
9+
310
## [1.1.2](https://github.com/AndreasAugustin/actions-template-sync/compare/v1.1.1...v1.1.2) (2023-09-03)
411

512

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Checkout
8686
uses: actions/checkout@v3
8787
- name: actions-template-sync
88-
uses: AndreasAugustin/[email protected].2
88+
uses: AndreasAugustin/[email protected].3
8989
with:
9090
github_token: ${{ secrets.GITHUB_TOKEN }}
9191
source_repo_path: <owner/repo>
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
token: ${{ steps.generate_token.outputs.token }}
124124
- name: actions-template-sync
125-
uses: AndreasAugustin/[email protected].2
125+
uses: AndreasAugustin/[email protected].3
126126
with:
127127
github_token: ${{ steps.generate_token.outputs.token }}
128128
source_repo_path: <owner/repo>
@@ -150,7 +150,7 @@ jobs:
150150
- name: Checkout
151151
uses: actions/checkout@v3
152152
- name: actions-template-sync
153-
uses: AndreasAugustin/[email protected].2
153+
uses: AndreasAugustin/[email protected].3
154154
with:
155155
github_token: ${{ secrets.GITHUB_TOKEN }}
156156
source_repo_path: ${{ secrets.SOURCE_REPO_PATH }} # <owner/repo>, should be within secrets

0 commit comments

Comments
 (0)