Skip to content

Commit a5d15c9

Browse files
committed
Update generate-jira-excerpt.yml
1 parent 31477eb commit a5d15c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/generate-jira-excerpt.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ jobs:
4242
git add data/.
4343
git diff --cached --quiet || git commit -m "Update WEB indes files"
4444
git push
45+
46+
- name: "Run webindex update action"
47+
uses: peter-evans/repository-dispatch@v3
48+
with:
49+
token: ${{ secrets.GITHUB_TOKEN }}
50+
event-type: "Base files"

0 commit comments

Comments
 (0)