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
I want to create an action that will allow me to get timing info of a specific run.
I asked about that on GitHub community page and got a couple of endpoints I need to query.
I'd like to use your action, but I can't find any sample on how to save response and use it in other places.
My topic on the community: https://github.community/t5/GitHub-Actions/Get-timing-info-of-the-previous-job/m-p/45250
My question is: how can I store curl response to be able to use it in other steps of my job?
The text was updated successfully, but these errors were encountered:
there is a line that might be helpful: echo "::set-output name=releasetag::$(curl -s https://api.github.com/repos/weide-zhou/ticket13/releases/latest | jq '.tag_name' | sed 's/\"//g')"
if you figure out a query that will get timing info please post it here.
I want to create an action that will allow me to get timing info of a specific run.
I asked about that on GitHub community page and got a couple of endpoints I need to query.
I'd like to use your action, but I can't find any sample on how to save response and use it in other places.
My topic on the community: https://github.community/t5/GitHub-Actions/Get-timing-info-of-the-previous-job/m-p/45250
My question is: how can I store curl response to be able to use it in other steps of my job?
The text was updated successfully, but these errors were encountered: