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
After the latests versions, the formatting has changed for arrays defined with "[ ]". There use to be a space at the beginning and end. Now they get removed.
Last few releases' changelog mention changes in the formatting feature, so this might be related.
E.g. with GitHub Action YML:
Before
on:
workflow_dispatch:
push:
branches: [ "dev" ]
Now
on:
workflow_dispatch:
push:
branches: ["dev"] <-- # no spaces
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After the latests versions, the formatting has changed for arrays defined with "[ ]". There use to be a space at the beginning and end. Now they get removed.
Last few releases' changelog mention changes in the formatting feature, so this might be related.
E.g. with GitHub Action YML:
Before
Now
Beta Was this translation helpful? Give feedback.
All reactions