-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16ba0e1
commit 007a273
Showing
7 changed files
with
1,486 additions
and
1,486 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- uses: olivr/[email protected] | ||
- uses: sudoblockio/[email protected] | ||
with: | ||
ssh_key: ${{ secrets.SSH_KEY }} | ||
sot_repo: your/repo | ||
|
@@ -63,7 +63,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- uses: olivr/[email protected] | ||
- uses: sudoblockio/[email protected] | ||
with: | ||
access_token: ${{ secrets.GH_TOKEN }} | ||
ssh_key: ${{ secrets.SSH_KEY }} | ||
|
@@ -90,7 +90,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- uses: olivr/[email protected] | ||
- uses: sudoblockio/[email protected] | ||
with: | ||
access_token: ${{ secrets.GH_TOKEN }} | ||
ssh_key: ${{ secrets.SSH_KEY }} | ||
|
@@ -112,7 +112,7 @@ jobs: | |
move-code: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: olivr/[email protected] | ||
- uses: sudoblockio/[email protected] | ||
with: | ||
ssh_key: ${{ secrets.SSH_KEY }} | ||
workflow: pr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- uses: olivr/[email protected] | ||
- uses: sudoblockio/[email protected] | ||
with: | ||
ssh_key: ${{ secrets.SSH_KEY }} | ||
access_token: ${{ secrets.GH_TOKEN }} | ||
|
@@ -60,7 +60,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
|
||
- uses: olivr/[email protected] | ||
- uses: sudoblockio/[email protected] | ||
with: | ||
ssh_key: ${{ secrets.SSH_KEY }} | ||
access_token: ${{ secrets.GH_TOKEN }} | ||
|
@@ -91,7 +91,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- uses: olivr/[email protected] | ||
- uses: sudoblockio/[email protected] | ||
with: | ||
ssh_key: ${{ secrets.SSH_KEY }} | ||
access_token: ${{ secrets.GH_TOKEN }} | ||
|
@@ -106,7 +106,7 @@ jobs: | |
|
||
### Complex structure | ||
|
||
> You can experiment with our [playground repo template](https://github.com/olivr/copybara-playground) to try various scenarios before you implement it in your own repo. | ||
> You can experiment with our [playground repo template](https://github.com/sudoblockio/copybara-playground) to try various scenarios before you implement it in your own repo. | ||
|
||
Let's say you have a private monorepo with the following file structure: | ||
|
||
|
@@ -165,7 +165,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- uses: olivr/[email protected] | ||
- uses: sudoblockio/[email protected] | ||
with: | ||
access_token: ${{ secrets.GH_TOKEN }} | ||
ssh_key: ${{ secrets.SSH_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters