mirror of
https://github.com/kamilchodola/wait-for-workflow-action.git
synced 2026-03-09 01:02:07 -05:00
Update test.yml
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
with:
|
||||
workflow: to_be_triggered.yml
|
||||
token: ${{ secrets.REPOSITORY_DISPATCH_TOKEN }}
|
||||
ref: main
|
||||
ref: "${{ inputs.ref || github.ref }}"
|
||||
|
||||
- name: Wait for the triggered workflow to complete
|
||||
run: |
|
||||
@@ -39,5 +39,5 @@ jobs:
|
||||
export TIMEOUT="2"
|
||||
export ORG_NAME="kamilchodola"
|
||||
export REPO_NAME="wait-for-workflow-action"
|
||||
export REF="${{ inputs.ref }}"
|
||||
export REF="${{ inputs.ref || github.ref }}"
|
||||
./scripts/wait-for-workflow.sh
|
||||
|
||||
Reference in New Issue
Block a user