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
GH actions is failed on PRs for Validate Github Actions / verify (pull_request) The error is,
Validate Github Actions / verify (pull_request)
workflows/platformDeploy.yml:94:24: undefined variable "env". available variables are "github", "inputs", "job", "matrix", "needs", "runner", "secrets", "steps", "strategy" [expression] | 94 | VERSION: ${{ env.VERSION_CODE }} | ^~~~~~~~~~~~~~~~ workflows/platformDeploy.yml:255:24: undefined variable "env". available variables are "github", "inputs", "job", "matrix", "needs", "runner", "secrets", "steps", "strategy" [expression] | 255 | VERSION: ${{ env.IOS_VERSION }} | ^~~~~~~~~~~~~~~
Its currently blocking App PRs from being merged.
Investigate and Fix
The text was updated successfully, but these errors were encountered:
Triggered auto assignment to @puneetlath (AutoAssignerTriage), see https://stackoverflow.com/c/expensify/questions/4749 for more details.
AutoAssignerTriage
Sorry, something went wrong.
Discussing in slack.
I think this might be a regression from the discussion in rhysd/actionlint#158 ?
We can revert to a known version that works until we get a fix
AndrewGable
No branches or pull requests
Problem
GH actions is failed on PRs for
Validate Github Actions / verify (pull_request)
The error is,
Its currently blocking App PRs from being merged.
Solution
Investigate and Fix
The text was updated successfully, but these errors were encountered: