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
https://github.com/git/git-scm.com/actions/runs/11156892349 failed with
this error message:
⨂ Invalid workflow file: .github/workflows/deploy.yml#L29
The workflow is not valid. .github/workflows/deploy.yml (Line: 29, Col: 9): 'env' is already defined
The fix is easy: merge the two `env` blocks into a single one.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments