Skip to content

Instantly share code, notes, and snippets.

@ethomson
Created December 28, 2019 21:13
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 ethomson/786b306bc49d3cfad36f64ae58a7724f to your computer and use it in GitHub Desktop.
Save ethomson/786b306bc49d3cfad36f64ae58a7724f to your computer and use it in GitHub Desktop.
name: Wiki Page Changed
on: gollum
jobs:
comment:
runs-on: ubuntu-latest
steps:
- run: |
echo "The page updated was: $(jq --raw-output .pages[0].html_url '${{ github.event_path }}')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment