Skip to content

22.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 10:17
· 270 commits to master since this release

Features

  • Added hash_files_relative function to expression, it works same as hash_files but requires additional leading
    parameters that defines directory to glob over. It can be used to glob over action files:
      ${{ hash_files_relative(flow.action_path, "**/pattern/here/**/*.py", "other/**/pattern")
    ``` (#904)