1
1
mirror of https://github.com/drone-plugins/github-actions synced 2024-11-15 02:56:25 +01:00

Update README.md

This commit is contained in:
Shubham Agrawal 2023-03-11 15:28:02 +05:30 committed by GitHub
parent a8d4a08f79
commit b4057e26e5
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,8 @@ steps:
## Running locally
1. Running actions/hello-world-javascript-action action locally via docker:
1. If you are running it on mac locally & /var/run/docker.sock file does not exist, first run this command `ln -s ~/.docker/run/docker.sock /var/run/docker.sock`
2. Running actions/hello-world-javascript-action action locally via docker:
```console