Skip to content

Commit fa1ae56

Browse files
committed
🔖 Release v1.16.0 [skip ci]
1 parent 80e77fd commit fa1ae56

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [v1.16.0] - 2021-12-11
2+
3+
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.16.0) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.15.5...v1.16.0) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.16.0) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.16.0.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.16.0.tar.gz))
4+
5+
### New features
6+
7+
- [`80e77fd`](https://github.com/betahuhn/repo-file-sync-action/commit/80e77fd) Add fork workflow functionality (#135)
8+
(Issues: [`#135`](https://github.com/betahuhn/repo-file-sync-action/issues/135) [`#133`](https://github.com/betahuhn/repo-file-sync-action/issues/133))
9+
110
## [v1.15.5] - 2021-12-06
211

312
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.15.5) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.15.4...v1.15.5) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.15.5) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.15.5.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.15.5.tar.gz))

dist/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -17263,7 +17263,9 @@ try {
1726317263
default: 'repo-sync/SOURCE_REPO_NAME'
1726417264
}),
1726517265
FORK: getInput({
17266-
key: 'FORK'
17266+
key: 'FORK',
17267+
default: false,
17268+
disableable: true
1726717269
})
1726817270
}
1726917271

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repo-file-sync-action",
3-
"version": "1.15.5",
3+
"version": "1.16.0",
44
"description": "GitHub Action to keep files like Action workflows or entire directories in sync between multiple repositories.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)