Skip to content

Commit 9e87e7c

Browse files
committed
fix: correct repository dispatch event type name
- Change event-type from "Web: Directory listing" to "Generate website" - Aligns with the comment above that describes the action - Ensures consistency between the event name and its purpose This fix ensures the repository dispatch event name accurately reflects its function of generating the actions.armbian.com website. Signed-off-by: Igor Pecovnik <igor@armbian.com>
1 parent 6b6b8ea commit 9e87e7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generate-actions-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ jobs:
162162
with:
163163
token: ${{ secrets.DISPATCH }}
164164
repository: armbian/actions
165-
event-type: "Web: Directory listing"
165+
event-type: "Generate website"

0 commit comments

Comments
 (0)