Skip to content

Commit a3e2a47

Browse files
committed
Test env variables from GutHub Actions
1 parent 8fb1835 commit a3e2a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-console.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- name: Look variables
3030
run: |
31-
echo "value: ${MYSQL_ROOT_PASSWORD}" && false
31+
echo "value: ${{MYSQL_ROOT_PASSWORD}}" && false
3232
3333
- name: Add hosts to /etc/hosts
3434
run: |

0 commit comments

Comments
 (0)