mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 07:55:02 +02:00
@@ -0,0 +1,10 @@
|
||||
name: local-action-dockerfile
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ./actions/docker-local
|
||||
with:
|
||||
who-to-greet: 'Mona the Octocat'
|
||||
Reference in New Issue
Block a user