mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
fix #7 - allow passing a custom event.json to be populated in the container filesystem
This commit is contained in:
parent
a8b6f2843d
commit
2c27f29e64
5 changed files with 39 additions and 18 deletions
2
example/.github/main.workflow
vendored
2
example/.github/main.workflow
vendored
|
@ -16,6 +16,6 @@ action "test" {
|
|||
|
||||
action "deploy" {
|
||||
uses = "./action2"
|
||||
args = "echo 'deploy'"
|
||||
runs = ["/bin/sh", "-c", "cat $GITHUB_EVENT_PATH"]
|
||||
needs = ["test"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue