-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Read specific key #21
Comments
The content of
EDIT: It's run: echo "${{ fromJson(steps.package.outputs.content).version }}" |
Please reopen if it doesn't work like this ✌️ |
Did this work for you? @juliangruber @navotera
|
You're right, it should be this: run: echo "${{ fromJson(steps.package.outputs.content).version }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to read specific key but it seems does not work with this code :
run: echo "${{ steps.package.outputs.content.version }}"
Maybe I miss something, any guidance is appreciated.
Thank you
The text was updated successfully, but these errors were encountered: