Closed sjd78 closed 7 months ago
Resolves: #31
Pass the github event PR description via a step env variable to avoid any string interpolation problems.
Report the calculated test ref (GOLANG_TESTS_REF and UI_TESTS_REF) via step summary so it is easy to see in the action summary page.
GOLANG_TESTS_REF
UI_TESTS_REF
Drop pathfinder-image input from the install-tackle action since that input has been removed.
pathfinder-image
install-tackle
Bump actions/checkout to @v4 to fix its deprecated warning.
actions/checkout
@v4
Resolves: #31
Pass the github event PR description via a step env variable to avoid any string interpolation problems.
Report the calculated test ref (
GOLANG_TESTS_REF
andUI_TESTS_REF
) via step summary so it is easy to see in the action summary page.Drop
pathfinder-image
input from theinstall-tackle
action since that input has been removed.Bump
actions/checkout
to@v4
to fix its deprecated warning.