We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c5712 commit 671bdcfCopy full SHA for 671bdcf
.github/workflows/generate-redirector-config.yml
@@ -269,7 +269,7 @@ jobs:
269
Images-stable:
270
name: "I"
271
runs-on: ubuntu-24.04
272
- needs: [ Images-stable-index ]
+ needs: [ Images-stable-index ]Update generate-jira-excerpt.yml
273
outputs:
274
matrix: ${{needs.Images-stable-index.outputs.matrix}}
275
if: ${{ needs.Images-stable-index.outputs.matrix != '[]' && needs.Images-stable-index.outputs.matrix != '' }}
@@ -584,3 +584,9 @@ jobs:
584
with:
585
token: ${{ secrets.GITHUB_TOKEN }}
586
event-type: "Webindex update"
587
+
588
+ - name: "Run Jira update action"
589
+ uses: peter-evans/repository-dispatch@v3
590
+ with:
591
+ token: ${{ secrets.GITHUB_TOKEN }}
592
+ event-type: "Jira update"
0 commit comments