Skip to content

Update action files, add option steps_context, update file Readme #103

Update action files, add option steps_context, update file Readme

Update action files, add option steps_context, update file Readme #103

name : push
on :
push :
branches : [ master ]
jobs :
job_context_test :
if : |
!startsWith( github.event.head_commit.message, 'version' )
&& !startsWith( github.event.head_commit.message, '.' )
&& !startsWith( github.event.head_commit.message, 'Merge' )
uses : Wandalen/wretry.action/.github/workflows/JobContextActionTest.yml@master
matrix_context_test :
if : |
!startsWith( github.event.head_commit.message, 'version' )
&& !startsWith( github.event.head_commit.message, '.' )
&& !startsWith( github.event.head_commit.message, 'Merge' )
uses : Wandalen/wretry.action/.github/workflows/MatrixContextActionTest.yml@master