We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c11760 commit cd1c006Copy full SHA for cd1c006
1 file changed
.github/workflows/manual.yml
@@ -6,7 +6,7 @@ on:
6
api_base_url:
7
description: URL of the REST API
8
required: true
9
- default: ${env.API_BASE_URL}
+ default: ${{ env.API_BASE_URL }}
10
app_name:
11
description: Application name
12
0 commit comments