Skip to content

Commit

Permalink
fixup! test environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhiroki committed Apr 6, 2024
1 parent bc6ef4f commit c26bdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: env
run: echo ${{ env }}
- name: custom environment variable
run: echo env.NEW = ${{ env.NEW_ENV }} env[NEW] = ${{ env[NEW_ENV] }} \$NEW_ENV = $NEW_ENV
run: echo env.NEW_ENV = ${{ env.NEW_ENV }} env[NEW_ENV] = ${{ env[NEW_ENV] }} \$NEW_ENV = $NEW_ENV

0 comments on commit c26bdb3

Please sign in to comment.