Skip to content

Commit

Permalink
Fix workflow var
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaromenezes committed Oct 9, 2024
1 parent 8cd2daa commit cda3cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
},
{
"name": "FORTUNE_API_URL",
"value": "${{ env.FORTUNE_API_URL }}",
"value": "${{ vars.FORTUNE_API_URL }}",
"slotSetting": false
}
]
Expand Down

0 comments on commit cda3cc6

Please sign in to comment.