Skip to content

Commit

Permalink
Update generate-jira-excerpt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Dec 16, 2024
1 parent 31477eb commit a5d15c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate-jira-excerpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ jobs:
git add data/.
git diff --cached --quiet || git commit -m "Update WEB indes files"
git push
- name: "Run webindex update action"
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
event-type: "Base files"

0 comments on commit a5d15c9

Please sign in to comment.