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
After upgrading from v1.6.24 to v1.6.27 actionlint do not recognising outputs from google-github-actions/get-secretmanager-secrets@v2. It complains with following error:
.github/workflows/dotnet-basic.yml:251:34: property "service_account_key" is not defined in object type {} [expression]
|
251 | credentials_json: '${{ steps.get-secrets.outputs.service_account_key }}'
It used to work before just fine, but after an upgrade it started to complain :/
Would you know how to resolve this issue? Is it a bug?
Thank you!
P.S. It brakes only in 1.6.27.
The text was updated successfully, but these errors were encountered:
tb137
changed the title
After upgrading from v1.6.24 to v1.6.27 actionlint do not recognising outputs from google-github-actions/get-secretmanager-secrets@v2
v1.6.27 Actionlint do not recognising outputs from google-github-actions/get-secretmanager-secrets@v2
Feb 29, 2024
After upgrading from v1.6.24 to v1.6.27 actionlint do not recognising outputs from google-github-actions/get-secretmanager-secrets@v2. It complains with following error:
It used to work before just fine, but after an upgrade it started to complain :/
GitHub action workflow looks like that:
Would you know how to resolve this issue? Is it a bug?
Thank you!
P.S. It brakes only in 1.6.27.
The text was updated successfully, but these errors were encountered: