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

Fix to allow overide of Folder changes... #2280

Merged
merged 5 commits into from
Aug 12, 2024
Merged

Fix to allow overide of Folder changes... #2280

merged 5 commits into from
Aug 12, 2024

Conversation

MrHinsh
Copy link
Member

@MrHinsh MrHinsh commented Aug 12, 2024

🔧 (main.yml): add inputs to force change detection for src and docs folders

Introduce new inputs ForceHasChanged_src and ForceHasChanged_docs to the GitHub Actions workflow. These inputs allow users to manually force the workflow to consider the src and docs folders as changed, even if no actual changes are detected. This provides greater flexibility in triggering specific actions based on folder changes, which can be useful for testing or special deployment scenarios.

…olders

Introduce new inputs `ForceHasChanged_src` and `ForceHasChanged_docs` to the GitHub Actions workflow. These inputs allow users to manually force the workflow to consider the `src` and `docs` folders as changed, even if no actual changes are detected. This provides greater flexibility in triggering specific actions based on folder changes, which can be useful for testing or special deployment scenarios.
@nkdagility-actions-bot nkdagility-actions-bot bot added the build-action Edits to the build system label Aug 12, 2024
…ions workflow

Adding semicolons to the echo statements ensures proper syntax and prevents potential errors during the execution of the workflow. This change improves the reliability and readability of the script.
Corrects the comparison operators from '=' to '==' in the GitHub Actions workflow file. This ensures proper conditional checks and prevents potential logical errors during the workflow execution.
Change double quotes to single quotes for string comparisons in the GitHub Actions workflow. This ensures consistency and avoids potential issues with YAML parsing and string interpolation.
Change comparison operators from '==' to '-eq' for better compatibility with PowerShell syntax. This ensures that the conditional checks in the workflow are correctly evaluated, preventing potential errors during the execution of the GitHub Actions.
@MrHinsh MrHinsh merged commit 20d74bf into main Aug 12, 2024
17 of 18 checks passed
@MrHinsh MrHinsh deleted the build/allowOverfide branch August 12, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-action Edits to the build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant