Skip to content

Commit e84bc1e

Browse files
committed
🔖 Release v1.17.20 [skip ci]
1 parent b598643 commit e84bc1e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [v1.17.20] - 2022-08-13
2+
3+
[Release notes](https://github.com/betahuhn/repo-file-sync-action/releases/tag/v1.17.20) · [Compare](https://github.com/betahuhn/repo-file-sync-action/compare/v1.17.19...v1.17.20) · [Tag](https://github.com/betahuhn/repo-file-sync-action/tree/v1.17.20) · Archive ([zip](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.20.zip) · [tar.gz](https://github.com/betahuhn/repo-file-sync-action/archive/v1.17.20.tar.gz))
4+
5+
### Bug fixes
6+
7+
- [`b598643`](https://github.com/betahuhn/repo-file-sync-action/commit/b598643) Fix SKIP_PR option for runs with installation token (#232)
8+
(Issues: [`#232`](https://github.com/betahuhn/repo-file-sync-action/issues/232) [`#153`](https://github.com/betahuhn/repo-file-sync-action/issues/153))
9+
110
## [v1.17.19] - 2022-06-07
211

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

package-lock.json

+2-2
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.17.19",
3+
"version": "1.17.20",
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)