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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
run: |
|
||||
chmod +x wait-for-workflow.sh
|
||||
export GITHUB_TOKEN="${{ secrets.REPOSITORY_DISPATCH_TOKEN }}"
|
||||
export WORKFLOW_ID="your-workflow-id"
|
||||
export WORKFLOW_ID="to_be_triggered"
|
||||
export MAX_WAIT_MINUTES="3"
|
||||
export ORG_NAME="kamilchodola"
|
||||
export REPO_NAME="wait-for-workflow-action"
|
||||
|
||||
Reference in New Issue
Block a user