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 8fb1835 commit a3e2a47Copy full SHA for a3e2a47
.github/workflows/app-console.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- name: Look variables
30
run: |
31
- echo "value: ${MYSQL_ROOT_PASSWORD}" && false
+ echo "value: ${{MYSQL_ROOT_PASSWORD}}" && false
32
33
- name: Add hosts to /etc/hosts
34
0 commit comments