We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2693973 commit ffc3213Copy full SHA for ffc3213
.github/workflows/integration.yml
@@ -176,7 +176,7 @@ jobs:
176
steps:
177
178
- name: Notify Event to E2E Tests
179
- uses: peter-evans/repository-dispatch@v2
+ uses: peter-evans/repository-dispatch@v3
180
with:
181
token: ${{ secrets.CI_TOKEN }}
182
repository: liqotech/liqops
.github/workflows/rebase.yml
@@ -26,7 +26,7 @@ jobs:
26
id: rebase-commit-extraction
27
28
- name: Repository Dispatch
29
30
31
32
event-type: test-command
0 commit comments