Files
act_runner/pkg/runner/testdata/docker-action-host-env/push.yml
ChristopherHX a3c8116dee fix: step container workdir and mounts (#93)
* fix: step container workdir and mounts
* avoid perm issues and do not mount tool_cache
2025-04-26 14:14:52 +02:00

16 lines
315 B
YAML

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"