Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chokecoDev authored Oct 2, 2024
1 parent f841f49 commit 30843cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
- name: Run a one-line script
run: echo "STEP_ENV_VAR=This is a step-level environment variable" >> $GITHUB_ENV
- name: Print step-level environment variable
run: echo "Step env var: $STEP_ENV_VAR"
run: echo ${{ env.STEP_ENV_VAR }}

0 comments on commit 30843cf

Please sign in to comment.