Update readme

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-11 12:14:49 +03:00
parent 90426c67f3
commit 7859f129f4
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -1,4 +1,4 @@
# Hello world docker action
**# Hello world docker action
This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
@ -16,6 +16,7 @@ The time we greeted you.
## Example usage
uses: actions/hello-world-docker-action@v2
uses: actions/hello-world-docker-action@v1.1
with:
who-to-greet: 'Mona the Octocat'
**