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

issue #116: use fixed fetch-depth value #118

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Conversation

djarran
Copy link
Contributor

@djarran djarran commented Jun 28, 2024

Description: The previous fix in #117 for Issue #116 did not work - the ternary was still evaluated incorrectly. Instead of being evaluated to 2, it was evaluating to true:

(success() && contains(github.event_name, 'push') && (steps.check-branch.outputs.publishable == 'true'))

Instead of using a ternary, we now use a fixed number (20) for fetch-depth.

@keevan keevan merged commit a9a4399 into main Jun 28, 2024
@keevan keevan deleted the main-fetch_depth_fixed branch June 28, 2024 02:49
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.

2 participants