Skip to content

v1.20.1

Latest

Choose a tag to compare

@suzuki-shunsuke suzuki-shunsuke released this 03 Nov 07:20
· 25 commits to main since this release
Immutable release. Only release title and notes can be modified.
v1.20.1
4562d91

Issues | Pull Requests | v1.20.0...v1.20.1 | Base revision

🐛 Bug Fixes

#3164 Fix a bug that update branch is run without Client/Server Model even if Securefix Action is enabled.

If Securefix Action is disabled, you can ignore this update.

tfaction-root.yaml

securefix_action:
  server_repository: securefix-action-server
  pull_request:
    base_branch: main

If Securefix Action is enabled, all commits should be created by Client/Server Model.

Warning

You need to set up Update Branch Action's server workflow in the same repository with Securefix Action.