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 3c03464 commit b8c9a83Copy full SHA for b8c9a83
.github/workflows/ingest.yml
@@ -3,6 +3,7 @@ name: Ingest Workflow
3
on:
4
repository_dispatch:
5
types: [trigger-workflow]
6
+ workflow_dispatch:
7
8
jobs:
9
trigger-ingest:
@@ -11,7 +12,7 @@ jobs:
11
12
- name: Checkout code
13
uses: actions/checkout@v4
14
with:
- ref: ${{ github.event.client_payload.sha }}
15
+ ref: ${{ github.event.client_payload.sha }}
16
- name: Run Ingestion
17
run: |
18
cd rocket-chat-ingestion-server
0 commit comments