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
in order for pre-release branch validation to work its needs to be clear that the workflow checkout requires the sha
- uses: actions/checkout@v3 with: ref: ${{ github.sha }} fetch-depth: 0
non having the sha in some scenarios resolves to main, master with a the default RELEASE_BRANCHES array resulting in a always pre-release set to false
RELEASE_BRANCHES
The text was updated successfully, but these errors were encountered:
sbe-arg
Successfully merging a pull request may close this issue.
in order for pre-release branch validation to work its needs to be clear that the workflow checkout requires the sha
non having the sha in some scenarios resolves to main, master with a the default
RELEASE_BRANCHES
array resulting in a always pre-release set to falseThe text was updated successfully, but these errors were encountered: