Skip to content

Commit

Permalink
dispatch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Nov 6, 2024
1 parent 64b1ba2 commit 423f203
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
GIT_AUTHOR_EMAIL: ${{ secrets.BOT_EMAIL }}
GIT_COMMITTER_NAME: themeisle[bot]
GIT_COMMITTER_EMAIL: ${{ secrets.BOT_EMAIL }}
- name: Trigger Mirror workflow
run: |
curl -X POST -H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.BOT_TOKEN }}" \
https://api.github.com/repos/Codeinwp/themeisle-sdk-main/actions/workflows/mirror.yml/dispatches \
-d '{"ref":"master"}'
empty-job:
# if no jobs run, github action considers it a test failure -- which seems like a bug
# this makes it so the top-level if statement for the job does not give status failure.
Expand Down

0 comments on commit 423f203

Please sign in to comment.