Scienta's Github Actions env variables
toolkit
Environment Variable | Description | Example |
---|---|---|
GITHUB_REF_NAME |
Name of the branch or tag. | feature-develop/bug-fix |
GITHUB_REF_NAME_SLUG |
Sluggified version of the branch or tag names. Dot is allowed. | feature-develop-bug-fix |
GITHUB_SHA_SHORT |
First eight characters of the full commit sha. | f0425b57 |
Start the docker container and login:
docker-compose up -d --force-recreate --remove-orphans
docker exec -ti github-actions-env-toolkit-builder bash
Install dependencies
npm install --dev
Based on FranzDiebold/github-env-vars-action.