Skip to content

Commit

Permalink
Merge pull request #2 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 1, 2023
2 parents 4f1375c + 58753b4 commit 536a566
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@ GitHub action to run steps using docker
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|---------|--------|----------|---------|-------------------------------|
| args | string | true | | Command to run |
| image | string | true | | Docker image |
| options | string | false | | Options to pass to docker run |
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------------|--------|----------|-----------|-------------------------------|
| container | string | true | | Container name |
| destination | string | true | | Destination file or directory |
| local | string | false | `"false"` | Copy from local to container |
| options | string | false | | Additional options |
| source | string | true | | Source file or directory |
<!-- AUTO-DOC-INPUT:END -->
Expand Down

0 comments on commit 536a566

Please sign in to comment.