Skip to content

Commit 32e03c7

Browse files
authored
Exec Jira update after webindex is done
1 parent 57e6a4d commit 32e03c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/generate-web-index.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,10 @@ jobs:
197197
git add data/.
198198
git diff --cached --quiet || git commit -m "Update WEB indes files"
199199
git push
200+
201+
202+
- name: "Run Jira update action"
203+
uses: peter-evans/repository-dispatch@v3
204+
with:
205+
token: ${{ secrets.GITHUB_TOKEN }}
206+
event-type: "Jira update"

0 commit comments

Comments
 (0)