Skip to content

Commit

Permalink
Improve example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbjeldbak committed Feb 11, 2020
1 parent 9e4e725 commit b06f5dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ Inspired by the following actions

## Example usage

Be sure to run the [`actions/checkout`](https://github.com/actions/checkout) action in a step before
this action so that the git repository exists.

```yaml
uses: netengine/github-repository-sync-action
with:
who-to-greet: 'Mona the Octocat'
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
target_repo_url: git@github.com:net-engine/github-repository-sync-action-test.git
```

## TODO

Expand Down

0 comments on commit b06f5dd

Please sign in to comment.