Skip to content

Commit

Permalink
ci: Test workflow dispatch action that will await result
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 28, 2024
1 parent 8842741 commit 97d352b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Tester

on:
workflow_dispatch:
push:
branches:
- dui3/ci/*

jobs:
test:
Expand All @@ -18,5 +20,10 @@ jobs:
with:
dotnet-version: 7.x.x

- name: Trigger Build Installers
run: ./build.sh build-installers ${{ secrets.CONNECTORS_GH_TOKEN }} 9226788131 3.0.0-pr3418.162
- name: Invoke workflow in another repo with inputs
uses: aurelien-baudet/workflow-dispatch@v2
with:
workflow: Build Installers
repo: specklesystems/connector-installers
token: ${{ secrets.CONNECTORS_GH_TOKEN }}
inputs: '{ "run_id": "9226788131", "version": "3.0.0-pr3418.162" }'

0 comments on commit 97d352b

Please sign in to comment.