Skip to content

Commit f2f0401

Browse files
committed
feat(workflow): Add optional git-ref input for workflow dispatch
1 parent c9c571e commit f2f0401

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/llms-txt.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- main
1010
workflow_dispatch:
11+
inputs:
12+
git-ref:
13+
description: Git Hash (Optional)
14+
required: false
1115

1216
jobs:
1317
generate-llms-txt:

0 commit comments

Comments
 (0)