From 2c6be10f6172fc2172a4c3da3404fdcc07cda76e Mon Sep 17 00:00:00 2001 From: ange Date: Fri, 10 May 2024 12:31:05 +0200 Subject: [PATCH] revert: composite action --- action.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 8435ba3..0fe3cdb 100644 --- a/action.yaml +++ b/action.yaml @@ -9,5 +9,7 @@ inputs: description: Registry password runs: - using: docker - image: Dockerfile + using: composite + steps: + - name: k8sdeploy + run: ${{ gitea.action_path }}/k8sdeploy.sh