fixed readme

This commit is contained in:
Shubham Agrawal
2021-10-07 15:27:36 +05:30
parent 9e1c9ee743
commit 36dedf206a

View File

@@ -53,7 +53,8 @@ steps:
docker run --rm \ docker run --rm \
--privileged \ --privileged \
-w /drone \ -v $(pwd):/drone \
-w /drone \
-e PLUGIN_USES="actions/hello-world-javascript-action@v1.1" \ -e PLUGIN_USES="actions/hello-world-javascript-action@v1.1" \
-e PLUGIN_WITH="{\"who-to-greet\":\"Mona the Octocat\"}" \ -e PLUGIN_WITH="{\"who-to-greet\":\"Mona the Octocat\"}" \
-e PLUGIN_VERBOSE=true \ -e PLUGIN_VERBOSE=true \