mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-24 15:55:03 +01:00
fix: step container workdir and mounts (#93)
* fix: step container workdir and mounts * avoid perm issues and do not mount tool_cache
This commit is contained in:
12
pkg/runner/testdata/docker-action-host-env/action/action.yml
vendored
Normal file
12
pkg/runner/testdata/docker-action-host-env/action/action.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: "Hello World Docker Action"
|
||||
description: "A simple Docker action that prints Hello, World! and environment variables."
|
||||
inputs:
|
||||
who-to-greet:
|
||||
description: "Who to greet"
|
||||
required: false
|
||||
default: "World"
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
args:
|
||||
- ${{ inputs.who-to-greet }}
|
||||
Reference in New Issue
Block a user