diff --git a/.github/workflows/test-increased-wait-time.yml b/.github/workflows/test-increased-wait-time.yml index 933faae..389e1c5 100644 --- a/.github/workflows/test-increased-wait-time.yml +++ b/.github/workflows/test-increased-wait-time.yml @@ -5,8 +5,16 @@ on: # # Added pull_request to register workflow from the PR. # # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo # pull_request: {} - workflow_dispatch: {} - + workflow_dispatch: + inputs: + ref: + description: "The fully-formed ref of the branch or tag that triggered the workflow run" + required: false + type: "string" + sha: + description: "The sha of the commit that triggered the workflow run" + required: false + type: "string" jobs: setup: runs-on: ubuntu-latest diff --git a/.github/workflows/test-negative.yml b/.github/workflows/test-negative.yml index cfde7a7..e16f688 100644 --- a/.github/workflows/test-negative.yml +++ b/.github/workflows/test-negative.yml @@ -5,8 +5,16 @@ on: # # Added pull_request to register workflow from the PR. # # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo # pull_request: {} - workflow_dispatch: {} - + workflow_dispatch: + inputs: + ref: + description: "The fully-formed ref of the branch or tag that triggered the workflow run" + required: false + type: "string" + sha: + description: "The sha of the commit that triggered the workflow run" + required: false + type: "string" jobs: setup: runs-on: ubuntu-latest diff --git a/.github/workflows/test-positive.yml b/.github/workflows/test-positive.yml index 57a00df..5820b31 100644 --- a/.github/workflows/test-positive.yml +++ b/.github/workflows/test-positive.yml @@ -5,8 +5,16 @@ on: # # Added pull_request to register workflow from the PR. # # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo # pull_request: {} - workflow_dispatch: {} - + workflow_dispatch: + inputs: + ref: + description: "The fully-formed ref of the branch or tag that triggered the workflow run" + required: false + type: "string" + sha: + description: "The sha of the commit that triggered the workflow run" + required: false + type: "string" jobs: setup: runs-on: ubuntu-latest diff --git a/.github/workflows/test-wrong-status.yml b/.github/workflows/test-wrong-status.yml index c2cdc69..1c794e0 100644 --- a/.github/workflows/test-wrong-status.yml +++ b/.github/workflows/test-wrong-status.yml @@ -5,8 +5,16 @@ on: # # Added pull_request to register workflow from the PR. # # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo # pull_request: {} - workflow_dispatch: {} - + workflow_dispatch: + inputs: + ref: + description: "The fully-formed ref of the branch or tag that triggered the workflow run" + required: false + type: "string" + sha: + description: "The sha of the commit that triggered the workflow run" + required: false + type: "string" jobs: setup: runs-on: ubuntu-latest