Skip to content

Commit

Permalink
update environment workflow
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Apr 10, 2021
1 parent f11a3f1 commit 8eda779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/10-environment-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
STEP_VARIABLE: my step variable value that could also be a secret

- name: Run Commands with JOB variable
if: ${{ env.JOB_VARIABLE == 'PRODUCTION' }}
if: ${{ env.JOB_VARIABLE == 'DEVELOPMENT' }}
run: |
echo "Hello World"
echo "This is the $JOB_ENVIRONMENT environment"
Expand Down

0 comments on commit 8eda779

Please sign in to comment.