From 3f8f4caea34213ec49263c2080ef66643192fa4d Mon Sep 17 00:00:00 2001 From: Smith Date: Sat, 25 Feb 2023 16:21:05 +0100 Subject: [PATCH] fix create action --- .github/workflows/create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index 6d5be46..67a105f 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -16,4 +16,4 @@ jobs: run: flyctl apps create ${{ github.repository_owner }}-gsw - name: 💽 Create fly.io volume - run: flyctl volumes create gsw_data --region ${{ secrets.FLY_REGION }} --size 1 + run: flyctl volumes create gsw_data --size 1 --region ${{ secrets.FLY_REGION }} --app ${{ github.repository_owner }}-gsw