specify repo

This commit is contained in:
Salvatore Giordano
2021-03-02 14:53:21 +01:00
parent 0db36db4df
commit 05bcdbf027
+2
View File
@@ -17,6 +17,7 @@ jobs:
- uses: benc-uk/workflow-dispatch@v1
with:
workflow: build_nightly
repo: GetStream/flutter-samples
token: ${{ secrets.GH_TOKEN }}
dispatch_stable:
if: github.ref == 'refs/heads/master'
@@ -24,5 +25,6 @@ jobs:
steps:
- uses: benc-uk/workflow-dispatch@v1
with:
repo: GetStream/flutter-samples
workflow: build
token: ${{ secrets.GH_TOKEN }}