Skip to content
Compare
Choose a tag to compare
@FranzDiebold FranzDiebold released this 01 Dec 14:04
· 48 commits to primary since this release
406dcfc

Features

Due to naming conventions for environment variables all environment variables were renamed:

Old name New name
GITHUB_REPOSITORY_SLUG CI_REPOSITORY_SLUG
GITHUB_REPOSITORY_OWNER CI_REPOSITORY_OWNER
GITHUB_REPOSITORY_OWNER_SLUG CI_REPOSITORY_OWNER_SLUG
GITHUB_REPOSITORY_NAME CI_REPOSITORY_NAME
GITHUB_REPOSITORY_NAME_SLUG CI_REPOSITORY_NAME_SLUG
GITHUB_REF_SLUG CI_REF_SLUG
GITHUB_BRANCH_NAME CI_ACTION_REF_NAME
GITHUB_BRANCH_NAME_SLUG CI_ACTION_REF_NAME_SLUG
GITHUB_REF_NAME CI_REF_NAME
GITHUB_REF_NAME_SLUG CI_REF_NAME_SLUG
GITHUB_HEAD_REF_SLUG CI_HEAD_REF_SLUG
GITHUB_BASE_REF_SLUG CI_BASE_REF_SLUG
GITHUB_SHA_SHORT CI_SHA_SHORT

New environment variables

These are only copies of existing GITHUB_* environment variables and are only added for reasons of completeness.

  • CI_REPOSITORY
  • CI_REF
  • CI_HEAD_REF
  • CI_BASE_REF
  • CI_SHA
  • CI_ACTOR