mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-24 07:45:02 +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:
15
pkg/runner/testdata/docker-action-host-env/push.yml
vendored
Normal file
15
pkg/runner/testdata/docker-action-host-env/push.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Hello World Docker Action Workflow
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
hello_world_job:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Hello World Docker Action
|
||||
uses: ./docker-action-host-env/action
|
||||
with:
|
||||
who-to-greet: "GitHub"
|
||||
Reference in New Issue
Block a user