Skip to content

Instantly share code, notes, and snippets.

@marcosnils
Created August 12, 2019 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcosnils/70d7378dc38ff1559e515bc22adbd89b to your computer and use it in GitHub Desktop.
Save marcosnils/70d7378dc38ff1559e515bc22adbd89b to your computer and use it in GitHub Desktop.
Markdium-Take 2, Actions!
jobs:
my-job
name: my-job
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Dump GitHub context # This step is for debug purpose
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment