mirror of
https://github.com/kamilchodola/wait-for-workflow-action.git
synced 2026-03-11 18:13:50 -05:00
Update test.yml
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -34,7 +34,9 @@ jobs:
|
||||
export GITHUB_TOKEN="${{ secrets.REPOSITORY_DISPATCH_TOKEN }}"
|
||||
export WORKFLOW_ID="to_be_triggered.yml"
|
||||
export RUN_ID="${{ inputs.run_id }}"
|
||||
export MAX_WAIT_MINUTES="5"
|
||||
export MAX_WAIT_MINUTES="2"
|
||||
export INTERVAL="5"
|
||||
export TIMEOUT="2"
|
||||
export ORG_NAME="kamilchodola"
|
||||
export REPO_NAME="wait-for-workflow-action"
|
||||
export REF="${{ inputs.ref }}"
|
||||
|
||||
Reference in New Issue
Block a user