From eb6b72a25c155973a157316e02cbf3c0fba1be40 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:07:06 -0400 Subject: [PATCH] try updating workflow name --- .github/workflows/arrow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/arrow.yml b/.github/workflows/arrow.yml index 9a9607d..25c3a00 100644 --- a/.github/workflows/arrow.yml +++ b/.github/workflows/arrow.yml @@ -1,5 +1,7 @@ name: Arrow +run-name: Arrow - ${{ inputs.rebuild && 'Rebuild and ' || '' }}${{ inputs.action == 'create' && 'Create' || 'Destroy' }} + env: TERRAFORM_DIRECTORY: hosts/arrow DEPLOY_IDENTITY_BASE64: ${{ secrets.DEPLOY_IDENTITY_BASE64 }} @@ -24,6 +26,7 @@ on: options: - create - destroy + - nothing jobs: build-deploy: