From 1f98684acd9f2ac00c0eb89cbf321d456d1729de Mon Sep 17 00:00:00 2001 From: Luigui Delyer Date: Tue, 30 Jul 2024 13:30:19 +0200 Subject: [PATCH] Bumping the action version --- .github/workflows/based-deploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/based-deploy.yml b/.github/workflows/based-deploy.yml index 39f0aca..a5ddd15 100644 --- a/.github/workflows/based-deploy.yml +++ b/.github/workflows/based-deploy.yml @@ -22,9 +22,10 @@ jobs: run: npm install - name: Deploy the branch - uses: atelier-saulx/based-deploy@v1.1.3 - with: + uses: atelier-saulx/based-deploy@v1.1.4 + env: userID: ${{ secrets.BASED_USER_ID }} apiKey: ${{ secrets.BASED_API_KEY }} - size: 'small' - region: 'eu-central-1' + with: + size: small + region: eu-central-1