Created
August 12, 2019 05:37
-
-
Save marcosnils/88ed51a1010fac77d4e77af4f81f5f0a to your computer and use it in GitHub Desktop.
Markdium-Take 2, Actions!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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