Closed gregschmit closed 6 months ago
The part of the YAML file that it is referring to looks like this (https://github.com/snok/container-retention-policy/blob/main/action.yml):
...
"$TOKEN_TYPE"
env:
ACCOUNT_TYPE: "${{ inputs.account-type }}"
ORG_NAME: "${{ inputs.org-name }}"
...
But that env
key seems to have a mapping under it, not a "BasicExpressionToken". It uses 4-space indents, but that shouldn't be a problem (and wasn't last night).
Describe the bug
Runner is erroring out parsing an action that parsed perfectly fine yesterday:
To Reproduce Steps to reproduce the behavior:
deploy
job): https://github.com/gregschmit/rails-rest-framework/actions/runs/9167963220/job/25236841960Expected behavior The job that passed last night should pass today.
Runner Version and Platform
Current runner version: '2.316.1' Ubuntu 22.04.4 LTS
What's not working?
Also, at the same time my VSCode also displays the step as invalid (no code changed since last night):