From 6167c88cb5fa4211374494433f0d81fed8c32003 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 6 Dec 2024 20:47:36 +0100 Subject: [PATCH] add name and fix flag --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0ca554ab6..9b1cc3ca46 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,3 +1,5 @@ +name: deploy + on: workflow_dispatch: # Allow manual trigger push: @@ -15,5 +17,5 @@ jobs: with: auth_token: ${{ secrets.REFLEX_AUTH_TOKEN }} project_id: ${{ secrets.PROJECT_ID }} - extra_args: "--vm-type=${{ vars.VM_TYPE }}" + extra_args: "--vmtype=${{ vars.VM_TYPE }}" dry_run: ${{ vars.DRY_RUN }} \ No newline at end of file