Skip to content

Commit

Permalink
Update README.md with slightly updated GitHub Action example (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Laszlo Magyar <>
  • Loading branch information
lmagyar authored Feb 9, 2021
1 parent 8f8aaf3 commit 69e1419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
args: |
--test \
--all \
--target /data \
--docker-hub userspace-name
--target addon-folder \
--docker-hub user-name-or-space-name
```
### Publish action example
Expand Down Expand Up @@ -58,8 +58,8 @@ jobs:
with:
args: |
--all \
--target /data \
--docker-hub userspace-name
--target addon-folder \
--docker-hub user-name-or-space-name
```
## Arguments
Expand Down

0 comments on commit 69e1419

Please sign in to comment.