Skip to content

Commit

Permalink
Rename "wilmol" -> "will-molloy" (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
will-molloy authored Apr 2, 2022
1 parent e4dcbfb commit c7f23cc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Runs https://github.com/google/copybara in GitHub Actions. Copybara transforms and moves code between repositories.

## Usage
Specify `wilmol/copybara-action@v1` as a `step` in your `workflow.yml` file, for example:
Specify `will-molloy/copybara-action@v1` as a `step` in your `workflow.yml` file, for example:
```
steps:
- uses: actions/checkout@v1
- uses: wilmol/copybara-action@v1
- uses: will-molloy/copybara-action@v1
with:
git_name: wilmol
git_name: will-molloy
git_email: [email protected]
ssh_key: ${{ secrets.SSH_KEY }}
ssh_known_hosts: ${{ secrets.KNOWN_HOSTS }}
Expand All @@ -19,12 +19,12 @@ steps:
__Note,__ internally the action runs docker (specifically [this image](https://hub.docker.com/r/sharelatex/copybara)) so the step must run on Linux.

## Arguments
| Input | Description | Usage |
| :---: | :---: | :---: |
| `git_name` | git config username, for authoring with Copybara | _required_ |
| `git_email` | git config email, for authoring with Copybara | _required_ |
| `ssh_key` | ssh public key, for authenticating with Copybara | _required_ |
| `ssh_known_hosts` | ssh known hosts file contents, for authenticating with Copybara | _required_ |
| `path` | `copy.bara.sky` file path | optional (defaults to repo root) |
| Input | Description | Usage |
|:-----------------:|:---------------------------------------------------------------:|:--------------------------------:|
| `git_name` | git config username, for authoring with Copybara | _required_ |
| `git_email` | git config email, for authoring with Copybara | _required_ |
| `ssh_key` | ssh public key, for authenticating with Copybara | _required_ |
| `ssh_known_hosts` | ssh known hosts file contents, for authenticating with Copybara | _required_ |
| `path` | `copy.bara.sky` file path | optional (defaults to repo root) |

See https://github.com/google/copybara for more details, specifically [Using Docker to build and run Copybara](https://github.com/google/copybara#using-docker-to-build-and-run-copybara).

0 comments on commit c7f23cc

Please sign in to comment.