Skip to content

Commit

Permalink
Merge pull request #183 from syntaqx/doc-fixes
Browse files Browse the repository at this point in the history
Simple readme update for dockerhub-description
  • Loading branch information
CrazyMax authored and GitHub committed Oct 18, 2020
2 parents 3149cc2 + 7d32c99 commit d90dfad
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 @@ -579,10 +579,10 @@ with this action:
-
name: Update repo description
uses: peter-evans/dockerhub-description@v2
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKERHUB_REPOSITORY: user/app
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: user/app
```
</details>

Expand Down

0 comments on commit d90dfad

Please sign in to comment.