Skip to content

v1.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 06:45
· 1198 commits to main since this release
  • Now actionlint allows to use any operators outside ${{ }} on if: condition like if: github.repository_owner == 'rhysd' (#22). The official document said that using any operator outside ${{ }} was invalid even if it was on if: condition. However, github/docs#8786 clarified that the document was not correct.