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
Since omitting ${{ }} on if: is very common and the advice is raised frequently, I think we need to remove the check and release patch version quickly.
actionlint warns if conditions without
${{ ... }}
.but, I can't find its source in https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idif
It looks that it is removed recently: github/docs#8786
The text was updated successfully, but these errors were encountered: