You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can set environment variable with value which starts with $ using this
steps:
- shell: pwsh
run: |
echo 'action_state=$yellow' >> $GITHUB_ENV
- shell: pwsh
run: |
echo IT IS '${{ env.action_state }}'
The text was updated successfully, but these errors were encountered:
you can set environment variable with value which starts with $ using this
steps:
- shell: pwsh
run: |
echo 'action_state=$yellow' >> $GITHUB_ENV
- shell: pwsh
run: |
echo IT IS '${{ env.action_state }}'
The text was updated successfully, but these errors were encountered: