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 bf2aac6 commit 194a0abCopy full SHA for 194a0ab
.github/workflows/generate-base-files-info-json.yml
@@ -38,3 +38,10 @@ jobs:
38
git add data/base-files.json
39
git diff --cached --quiet || git commit -m "Update base-files package info"
40
git push
41
+
42
+ - name: "Generate directory"
43
+ uses: peter-evans/repository-dispatch@v3
44
+ with:
45
+ token: ${{ secrets.GITHUB_TOKEN }}
46
+ event-type: "Generate directory"
47
.github/workflows/generate-jira-excerpt.yml
@@ -43,8 +43,8 @@ jobs:
git diff --cached --quiet || git commit -m "Update WEB indes files"
- - name: "Run webindex update action"
+ - name: "Run base-files update action"
uses: peter-evans/repository-dispatch@v3
48
with:
49
token: ${{ secrets.GITHUB_TOKEN }}
50
- event-type: "Generate directory"
+ event-type: "Base files"
0 commit comments