Skip to content

Commit

Permalink
Update updateUrls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doGior authored Jan 25, 2025
1 parent 07c1ec7 commit 440e285
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/updateUrls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,11 @@ jobs:
git add CB01/src/main/kotlin/it/dogior/hadEnough/CB01.kt
git commit -m "Update url"
git push
- name: Trigger build Workflow
run: |
curl -X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
https://api.github.com/repos/${{ github.repository }}/dispatches \
-d '{"event_type":"trigger-build-workflow"}'

0 comments on commit 440e285

Please sign in to comment.