Skip to content

Commit 190b83a

Browse files
Chore(release): 1.2.1
### [1.2.1](v1.2.0...v1.2.1) (2020-10-01) ### Bug Fixes * Readme must be in root to publish Github Action ([bda8bec](bda8bec))
1 parent bda8bec commit 190b83a

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

Diff for: docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.2.1](https://github.com/olivr/copybara-action/compare/v1.2.0...v1.2.1) (2020-10-01)
2+
3+
4+
### Bug Fixes
5+
6+
* Readme must be in root to publish Github Action ([bda8bec](https://github.com/olivr/copybara-action/commit/bda8bece34f140b3b5105bb2aba26d50aa9a1287))
7+
18
## [1.2.0](https://github.com/olivr/copybara-action/compare/v1.1.2...v1.2.0) (2020-10-01)
29

310

Diff for: docs/advanced-usage.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- uses: olivr/[email protected].0
37+
- uses: olivr/[email protected].1
3838
with:
3939
ssh_key: ${{ secrets.SSH_KEY }}
4040
sot_repo: your/repo
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
fetch-depth: 0
6565
66-
- uses: olivr/[email protected].0
66+
- uses: olivr/[email protected].1
6767
with:
6868
access_token: ${{ secrets.GH_TOKEN }}
6969
ssh_key: ${{ secrets.SSH_KEY }}
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
fetch-depth: 0
9292
93-
- uses: olivr/[email protected].0
93+
- uses: olivr/[email protected].1
9494
with:
9595
access_token: ${{ secrets.GH_TOKEN }}
9696
ssh_key: ${{ secrets.SSH_KEY }}
@@ -112,7 +112,7 @@ jobs:
112112
move-code:
113113
runs-on: ubuntu-latest
114114
steps:
115-
- uses: olivr/[email protected].0
115+
- uses: olivr/[email protected].1
116116
with:
117117
ssh_key: ${{ secrets.SSH_KEY }}
118118
workflow: pr

Diff for: docs/basic-usage.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838

39-
- uses: olivr/[email protected].0
39+
- uses: olivr/[email protected].1
4040
with:
4141
ssh_key: ${{ secrets.SSH_KEY }}
4242
access_token: ${{ secrets.GH_TOKEN }}
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
fetch-depth: 0
6262

63-
- uses: olivr/[email protected].0
63+
- uses: olivr/[email protected].1
6464
with:
6565
ssh_key: ${{ secrets.SSH_KEY }}
6666
access_token: ${{ secrets.GH_TOKEN }}
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
fetch-depth: 0
9393
94-
- uses: olivr/[email protected].0
94+
- uses: olivr/[email protected].1
9595
with:
9696
ssh_key: ${{ secrets.SSH_KEY }}
9797
access_token: ${{ secrets.GH_TOKEN }}
@@ -165,7 +165,7 @@ jobs:
165165
with:
166166
fetch-depth: 0
167167
168-
- uses: olivr/[email protected].0
168+
- uses: olivr/[email protected].1
169169
with:
170170
access_token: ${{ secrets.GH_TOKEN }}
171171
ssh_key: ${{ secrets.SSH_KEY }}

0 commit comments

Comments
 (0)