- After setting up Tmate in workflow, you can go actions and run workflow with Tmate enabled
- Then you SSH into session from log
- Then
cat /home/runner/work/_temp/_github_workflow/event.json
- If you want to continue
touch continue
feature
is for adding, refactoring or removing a featurebugfix
is for fixing a bughotfix
is for changing code with a temporary solution and/or without following the usual process (usually because of an emergency)test
is for experimenting outside of an issue/ticket
build
: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)ci
: Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)docs
: Documentation only changesfeat
: A new featurefix
: A bug fixperf
: A code change that improves performancerefactor
: A code change that neither fixes a bug nor adds a featuretest
: Adding missing tests or correcting existing tests
- it's needed to add GH action token as GH_TOKEN in the repo -> repo settings = sandbox-github-actions/settings/secrets/actions
- it's needed to add Read and write permissions in Workflow permissions -> repo settings = sandbox-github-actions/settings/actions