From ececbdfe9b9ff1129f5e0fc7d71273b06118804c Mon Sep 17 00:00:00 2001 From: Jacob Clarke Date: Fri, 18 Aug 2023 19:44:10 -0500 Subject: [PATCH] changed build to deploy --- actions/{build => deploy}/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename actions/{build => deploy}/action.yaml (84%) diff --git a/actions/build/action.yaml b/actions/deploy/action.yaml similarity index 84% rename from actions/build/action.yaml rename to actions/deploy/action.yaml index 3b5d7fa..54d4cdc 100644 --- a/actions/build/action.yaml +++ b/actions/deploy/action.yaml @@ -1,4 +1,4 @@ -name: build +name: deploy inputs: tag: @@ -8,6 +8,6 @@ runs: using: "composite" # Defining the action steps(Just one step to be simple) steps: - - name: Build + - name: Deploy run: build shell: bash