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