Skip to content

Commit

Permalink
Chore(release): 1.2.3
Browse files Browse the repository at this point in the history
### [1.2.3](v1.2.2...v1.2.3) (2021-07-16)

### Bug Fixes

* Init destination repo even when push is specified as a workflow ([6b2860c](6b2860c))
  • Loading branch information
semantic-release-bot committed Jul 16, 2021
1 parent 6b2860c commit a0bb6a3
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.3](https://github.com/olivr/copybara-action/compare/v1.2.2...v1.2.3) (2021-07-16)


### Bug Fixes

* Init destination repo even when push is specified as a workflow ([6b2860c](https://github.com/olivr/copybara-action/commit/6b2860c82d71666e23ed343e8c0714cce316df00))

### [1.2.2](https://github.com/olivr/copybara-action/compare/v1.2.1...v1.2.2) (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].2
- uses: olivr/[email protected].3
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].2
- uses: olivr/[email protected].3
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].2
- uses: olivr/[email protected].3
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].2
- uses: olivr/[email protected].3
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].2
- uses: olivr/[email protected].3
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].2
- uses: olivr/[email protected].3
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].2
- uses: olivr/[email protected].3
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].2
- uses: olivr/[email protected].3
with:
access_token: ${{ secrets.GH_TOKEN }}
ssh_key: ${{ secrets.SSH_KEY }}
Expand Down

0 comments on commit a0bb6a3

Please sign in to comment.