From 714c83b2736d7e308bc33c49057952490eb98be2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 20 Oct 2024 23:07:42 +0200 Subject: Adding upstream version 1.21.4. Signed-off-by: Daniel Baumann --- pkg/runner/testdata/remote-action-docker/push.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pkg/runner/testdata/remote-action-docker/push.yml (limited to 'pkg/runner/testdata/remote-action-docker') diff --git a/pkg/runner/testdata/remote-action-docker/push.yml b/pkg/runner/testdata/remote-action-docker/push.yml new file mode 100644 index 0000000..a1ba05b --- /dev/null +++ b/pkg/runner/testdata/remote-action-docker/push.yml @@ -0,0 +1,10 @@ +name: remote-action-docker +on: push + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/hello-world-docker-action@v1 + with: + who-to-greet: 'Mona the Octocat' -- cgit v1.2.3