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: