Skip to content

Instantly share code, notes, and snippets.

@ethomson
Created December 13, 2019 00:18
Show Gist options
  • Save ethomson/ef9e54a1dbef5dfa240833b9b6cc6e7e to your computer and use it in GitHub Desktop.
Save ethomson/ef9e54a1dbef5dfa240833b9b6cc6e7e to your computer and use it in GitHub Desktop.
name: Context Example
on: [push]
jobs:
build:
name: Inspect context
runs-on: ubuntu-latest
steps:
- name: Inspect context
run: |
echo This workflow on ${{ github.repository }} was started by ${{ github.actor }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment