Skip to content
New issue

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

Add SHA option #101

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add SHA option #101

wants to merge 2 commits into from

Conversation

bewuethr
Copy link

@bewuethr bewuethr commented Oct 1, 2024

This adds an option to overwrite the commit SHA on which the release is created; by default, that's GITHUB_SHA, but for some events such as workflow_run, GITHUB_SHA might not be what we want.

Closes #77

PR Notes

  • Reviewed Checks: Verified output of Integration Tests
  • Have set labels for release level

This adds an option to overwrite the commit SHA on which the release is
created; by default, that's GITHUB_SHA, but for some events such as
workflow_run, GITHUB_SHA might not be what we want.

PLAT-6085
When the SHA input is empty, it's considered truthy, and we try to use
it; this PR checks for empty, and then falls back to "GITHUB_SHA"
instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request - Specify commit SHA as input
1 participant