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
I'm not sure what scenarios would make env work, but thought I'd add that I just experienced this issue setting up for the first time, and changing to with resolved my issue. If there is anything you would like me to test in using env, let me know, I can give it a shot.
Describe the bug
In the repo guide page there is a slight syntax error, here is the current:
reported here: codecov/feedback#18 (comment)
Expected behavior
the
env:
should bewith:
However, it appears both are interchageable, but one or the other may not work in certain circumstances.
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsenv
and
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepswith
Further investigation is needed to determine why both don't work interchangeably.
The text was updated successfully, but these errors were encountered: