We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3e311 commit b096bbeCopy full SHA for b096bbe
.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 "Deploying to $DEPLOY_NAME"
0 commit comments