We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution contexts:
1. Core repo via GitHub Actions
??? potentially just use git commands as in option 2 ???
Use GitHub Action built in variables
GITHUB_SHA GITHUB_REF_NAME GITHUB_SHA
2. Core repo via local Make
Call git within build process:
GIT_REPO="$(git config --get remote.origin.url | sed 's/.*\/\([^ ]*\/[^.]*\).*/\1/')" GIT_REF="$(git branch --show-current)" GIT_HASH="$(git rev-parse --short HEAD)" DEPLOY_TIME="$(printf '%(%d-%b-%Y %H:%M)T')"
3. Deployment repo via GitHub Actions
4. Deployment repo via local Make
The text was updated successfully, but these errors were encountered:
UI customisation: Show Git repo, ref, hash & deploy time in status p…
643e956
…anel #5
UI customisation: Show Git repo, ref, hash & deploy time in status pa…
22fc70d
…nel #5
jonnyry
No branches or pull requests
Execution contexts:
1. Core repo via GitHub Actions
??? potentially just use git commands as in option 2 ???
Use GitHub Action built in variables
2. Core repo via local Make
Call git within build process:
3. Deployment repo via GitHub Actions
4. Deployment repo via local Make
The text was updated successfully, but these errors were encountered: