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 may need to use a step output. There is an example here
- name: Set selected colorrun: echo '::set-output name=SELECTED_COLOR::green'id: random-color-generator
- name: Get colorrun: echo "The selected color is ${{ steps.random-color-generator.outputs.SELECTED_COLOR }}"
I want to pass an env var to the 'path' arg for this GitHub Action... but it does not interpret it:
The text was updated successfully, but these errors were encountered: