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

Merge pull request #3 from drone-plugins/fix_workdir_mount

This commit is contained in:
Shubham Agrawal 2021-10-07 15:28:38 +05:30 committed by GitHub
commit 96d8f149da
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

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

@ -47,6 +47,7 @@ func (p Plugin) Exec() error {
workflowFile,
"-P",
fmt.Sprintf("ubuntu-latest=%s", p.Action.Image),
"-b",
"--detect-event",
}