Skip to content

Commit

Permalink
changing default value
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 11, 2024
1 parent 5cfe915 commit 58a41f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ inputs:
fly-app-name:
description: 'Fly.io App Name'
required: false
default: "${{ github.repository_owner }}_${{ github.event.repository.name }}"
default: |
echo "${{ github.repository_owner }}_${{ github.event.repository.name }}" | tr '-' '_'
fly-region:
description: 'Fly.io Region'
required: false
Expand Down

0 comments on commit 58a41f2

Please sign in to comment.