From 03e5720e9cefb4b4f5001a4146800b31d65745be Mon Sep 17 00:00:00 2001 From: Shashi Kant Date: Tue, 11 Jun 2024 15:20:09 +0530 Subject: [PATCH] fixing default fly app name --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2ba96fc..eb67f26 100644 --- a/action.yml +++ b/action.yml @@ -43,7 +43,7 @@ inputs: fly-app-name: description: 'Fly.io App Name' required: false - default: "${{ github.repository_owner }}_${{ github.repository }}" + default: "${{ github.repository_owner }}_${{ github.repository.name }}" fly-region: description: 'Fly.io Region' required: false