Skip to content

Commit

Permalink
do not hardcode user-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Laszlo Magyar committed Feb 9, 2021
1 parent 3c94bb0 commit 03a3325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
--test \
--all \
--target addon-folder \
--docker-hub user-name
--docker-hub ${{ secrets.DOCKERHUB_USERNAME }
```
### Publish action example
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
args: |
--all \
--target addon-folder \
--docker-hub user-name
--docker-hub ${{ secrets.DOCKERHUB_USERNAME }
```
## Arguments
Expand Down

0 comments on commit 03a3325

Please sign in to comment.