Skip to content

Commit

Permalink
Chore(release): 1.2.2
Browse files Browse the repository at this point in the history
### [1.2.2](v1.2.1...v1.2.2) (2020-10-01)

### Bug Fixes

* Update action's description ([af07ab1](af07ab1))
  • Loading branch information
semantic-release-bot committed Oct 1, 2020
1 parent af07ab1 commit 19127a4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.2.2](https://github.com/olivr/copybara-action/compare/v1.2.1...v1.2.2) (2020-10-01)


### Bug Fixes

* Update action's description ([af07ab1](https://github.com/olivr/copybara-action/commit/af07ab16220e1995ade74b00f3eac590e866b5c2))

### [1.2.1](https://github.com/olivr/copybara-action/compare/v1.2.0...v1.2.1) (2020-10-01)


Expand Down
8 changes: 4 additions & 4 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
fetch-depth: 0

- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
ssh_key: ${{ secrets.SSH_KEY }}
sot_repo: your/repo
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
fetch-depth: 0
- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
access_token: ${{ secrets.GH_TOKEN }}
ssh_key: ${{ secrets.SSH_KEY }}
Expand All @@ -90,7 +90,7 @@ jobs:
with:
fetch-depth: 0
- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
access_token: ${{ secrets.GH_TOKEN }}
ssh_key: ${{ secrets.SSH_KEY }}
Expand All @@ -112,7 +112,7 @@ jobs:
move-code:
runs-on: ubuntu-latest
steps:
- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
ssh_key: ${{ secrets.SSH_KEY }}
workflow: pr
Expand Down
8 changes: 4 additions & 4 deletions docs/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
fetch-depth: 0

- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
ssh_key: ${{ secrets.SSH_KEY }}
access_token: ${{ secrets.GH_TOKEN }}
Expand All @@ -60,7 +60,7 @@ jobs:
with:
fetch-depth: 0

- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
ssh_key: ${{ secrets.SSH_KEY }}
access_token: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
with:
fetch-depth: 0
- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
ssh_key: ${{ secrets.SSH_KEY }}
access_token: ${{ secrets.GH_TOKEN }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
with:
fetch-depth: 0
- uses: olivr/[email protected].1
- uses: olivr/[email protected].2
with:
access_token: ${{ secrets.GH_TOKEN }}
ssh_key: ${{ secrets.SSH_KEY }}
Expand Down

0 comments on commit 19127a4

Please sign in to comment.