Why isn't this showing up, github?

This commit is contained in:
Sean E. Russell 2020-03-02 13:16:45 -06:00
parent 41a7ab324f
commit ce00a54104

View File

@ -1,6 +1,3 @@
# run: |
# curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/YOURNAME/APPLICATION_NAME/dispatches --data '{"event_type": "update", "client_payload": {"tag": GITHUB_REF }}'
name: Post release triggers
on: