Skip to content

Instantly share code, notes, and snippets.

@siddharthsarda
Last active November 29, 2021 19:04
Show Gist options
  • Save siddharthsarda/4e4fbfe4af507c703f01a66082269b6a to your computer and use it in GitHub Desktop.
Save siddharthsarda/4e4fbfe4af507c703f01a66082269b6a to your computer and use it in GitHub Desktop.
{ 
       name: "Dump steps context",

       env: { STEPS_CONTEXT: "${{ toJson(steps) }}" },
       
       run: "echo $STEPS_CONTEXT",
       
       if: "always()",
},
       
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment