Created
December 28, 2019 21:13
-
-
Save ethomson/786b306bc49d3cfad36f64ae58a7724f to your computer and use it in GitHub Desktop.
This file contains 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
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