Skip to content

Commit

Permalink
remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
daryazata committed Apr 8, 2022
1 parent 15183b0 commit 09da64c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
env:
STEP_ENV: Available to only this step
run: |
echo "WF_ENV: ${ WF_ENV }"
echo "JOB_ENV: ${ JOB_ENV }"
echo "STEP_ENV: ${ STEP_ENV }"
echo "WF_ENV: ${WF_ENV}"
echo "JOB_ENV: ${JOB_ENV}"
echo "STEP_ENV: ${STEP_ENV}"
- name: Log env 2
run: |
echo "WF_ENV: ${ WF_ENV }"
echo "JOB_ENV: ${ JOB_ENV }"
echo "STEP_ENV: ${ STEP_ENV }"
echo "WF_ENV: ${WF_ENV}"
echo "JOB_ENV: ${JOB_ENV}"
echo "STEP_ENV: ${STEP_ENV}"
log-default-env:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09da64c

Please sign in to comment.