samsmithnz/AzurePipelinesToGitHubActionsConverter

Conditions are producing invalid outout

Closed this issue · 0 comments

For example, commands like eq, don't exist in GitHub actions

https://docs.github.com/en/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions#migrating-conditionals-and-expression-syntax

"Azure Pipelines uses functions within expressions to execute steps conditionally. In contrast, GitHub Actions uses an infix notation. For example, you must replace the eq function in Azure Pipelines with the == operator in GitHub Actions."