Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
shashitnak committed Jun 11, 2024
1 parent a9c926f commit 469bf35
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 @@ -50,7 +50,7 @@ inputs:
default: 'ord'
runs:
image: 'Dockerfile'
run: | echo "FLY_APP_NAME=$(printf ${{ inputs.fly-app-name }} | tr '/' '_')" >> $GITHUB_ENV
run: echo "FLY_APP_NAME=$(printf ${{ inputs.fly-app-name }} | tr '/' '_')" >> $GITHUB_ENV
env:
PROVIDER: ${{ inputs.provider }}
AWS_ACCESS_KEY_ID: ${{ inputs.aws-access-key-id }}
Expand Down

0 comments on commit 469bf35

Please sign in to comment.