Skip to content

Commit

Permalink
Fix env var concat.
Browse files Browse the repository at this point in the history
  • Loading branch information
herpiko committed Nov 4, 2020
1 parent f33149f commit e3d6e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
HOST: ${{secrets.RANI_HOSTNAME}}
KEY: ${{secrets.RANI_DEPLOYMENT_KEY}}
run: |
curl --header "Content-Type: application/json" --request POST --data '{"name":"irgsh","token": "$KEY"}' https://$HOST
curl --header "Content-Type: application/json" --request POST --data "{\"name\":\"irgsh\",\"token\": \""$KEY"\"}" https://$HOST

0 comments on commit e3d6e49

Please sign in to comment.