reuse github action (github action template)
before start you should aware template only can use satisfy all below condition
'public organization' & public repo or 'private organizaiton' & github enterprise plan
make `.github` repo
make
workflow-templates
directoryadd some action file such as
octo-organization-ci.yml
underworkflow-templates
directorye.g)
now add
${ACTION_FILE_NAME}.properties.json
underworkflow-templates
in this case, you have to makeocto-organization-ci.properties.json
e.g)
and add icon image under
workflow-templates
in this case you have to addexample-icon.${FILE_EXTENTION}
after finish all this process now you can see
Last updated
Was this helpful?