Skip to content

Commit

Permalink
fixing default fly app name
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 11, 2024
1 parent 6bee9b8 commit 03e5720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03e5720

Please sign in to comment.