v1.5.3
- Now actionlint allows to use any operators outside
${{ }}
onif:
condition likeif: github.repository_owner == 'rhysd'
(#22). The official document said that using any operator outside${{ }}
was invalid even if it was onif:
condition. However, github/docs#8786 clarified that the document was not correct.