We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccf170 commit 4eb424dCopy full SHA for 4eb424d
README.md
@@ -1,6 +1,6 @@
1
# copybara-action
2
3
-Runs [Copybara](https://github.com/google/copybara) in GitHub Actions
+Runs [Copybara](https://github.com/google/copybara) in GitHub Actions. Copybara transforms and moves code between repositories.
4
5
## Usage
6
Specify `wilmol/copybara-action@v1` as a `step` in your `workflow.yml` file, for example:
action.yml
@@ -1,5 +1,5 @@
-name: "copybara-action"
-description: "Runs Copybara in GitHub Actions"
+name: "Copybara Action"
+description: "Transforms and moves code between repositories."
author: "Will Molloy <willjoemolloy@gmail.com> & Ji Paik <jjeonie@gmail.com>"
inputs:
0 commit comments