You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SyntaxError: Unexpected identifier 'compute_environments_order'
at new AsyncFunction (<anonymous>)
at callAsyncFunction (/home/runner/work/_actions/actions/github-script/v7/dist/index.js:35424:16)
at main (/home/runner/work/_actions/actions/github-script/v7/dist/index.js:35522:26)
at /home/runner/work/_actions/actions/github-script/v7/dist/index.js:35497:1
at /home/runner/work/_actions/actions/github-script/v7/dist/index.js:35553:3
at Object.<anonymous> (/home/runner/work/_actions/actions/github-script/v7/dist/index.js:35556:12)
at Module._compile (node:internal/modules/cjs/loader:1241:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1295:10)
at Module.load (node:internal/modules/cjs/loader:1091:32)
at Module._load (node:internal/modules/cjs/loader:938:12)
Error: Unhandled error: SyntaxError: Unexpected identifier 'compute_environments_order'
The cause was that backticks were used in the stdout of warnings. Backticks must be escaped.
Warning: Attribute Deprecated
with aws_batch_job_queue.example,
on batch_job_queue.tf line 5, in resource "aws_batch_job_queue" "example":
5: compute_environments = [aws_batch_compute_environment.example.arn]
This parameter will be replaced by `compute_environments_order`.
(and 3 more similar warnings elsewhere)
The text was updated successfully, but these errors were encountered:
I'm using the workflow in the README.
Show Workflow
CI failed when upgrading the AWS provider.
The cause was that backticks were used in the stdout of warnings. Backticks must be escaped.
The text was updated successfully, but these errors were encountered: