Created
August 12, 2019 05:45
-
-
Save marcosnils/70d7378dc38ff1559e515bc22adbd89b 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