Skip to content

Commit c7f23cc

Browse files
authored
Rename "wilmol" -> "will-molloy" (#2)
1 parent e4dcbfb commit c7f23cc

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
Runs https://github.com/google/copybara in GitHub Actions. Copybara transforms and moves code between repositories.
44

55
## Usage
6-
Specify `wilmol/copybara-action@v1` as a `step` in your `workflow.yml` file, for example:
6+
Specify `will-molloy/copybara-action@v1` as a `step` in your `workflow.yml` file, for example:
77
```
88
steps:
99
- uses: actions/checkout@v1
1010
11-
- uses: wilmol/copybara-action@v1
11+
- uses: will-molloy/copybara-action@v1
1212
with:
13-
git_name: wilmol
13+
git_name: will-molloy
1414
git_email: willjoemolloy@gmail.com
1515
ssh_key: ${{ secrets.SSH_KEY }}
1616
ssh_known_hosts: ${{ secrets.KNOWN_HOSTS }}
@@ -19,12 +19,12 @@ steps:
1919
__Note,__ internally the action runs docker (specifically [this image](https://hub.docker.com/r/sharelatex/copybara)) so the step must run on Linux.
2020

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

3030
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 commit comments

Comments
 (0)