Update test.yml

This commit is contained in:
Kamil Chodoła
2023-04-26 20:34:54 +02:00
committed by GitHub
parent 8682535ce5
commit 65a56ad675

View File

@@ -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 }}"