We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b096bbe commit 7e4c235Copy full SHA for 7e4c235
.github/workflows/main.yml
@@ -8,4 +8,4 @@ jobs:
8
environment: Prod
9
steps:
10
- name: Print variable
11
- run: echo "Deploying to $DEPLOY_NAME"
+ run: echo $DEPLOY_NAME
0 commit comments