Skip to content

Commit b8c9a83

Browse files
committed
Minor changes
1 parent 3c03464 commit b8c9a83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ingest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Ingest Workflow
33
on:
44
repository_dispatch:
55
types: [trigger-workflow]
6+
workflow_dispatch:
67

78
jobs:
89
trigger-ingest:
@@ -11,7 +12,7 @@ jobs:
1112
- name: Checkout code
1213
uses: actions/checkout@v4
1314
with:
14-
ref: ${{ github.event.client_payload.sha }}
15+
ref: ${{ github.event.client_payload.sha }}
1516
- name: Run Ingestion
1617
run: |
1718
cd rocket-chat-ingestion-server

0 commit comments

Comments
 (0)