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 6ebd14c commit 07076c0Copy full SHA for 07076c0
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set app environment variables
24
id: appenv
25
run: |
26
- APP_ID=$(cat app.manifest | jq '.info.id.name')
+ APP_ID=$(cat app.manifest | jq -r '.info.id.name')
27
echo "::set-output name=app_id::${APP_ID}"
28
APP_NAME=$(echo "$APP_ID" | tr _ - )
29
echo "::set-output name=app_name::${APP_NAME}"
0 commit comments