diff --git a/.github/workflows/test-multiline.yml b/.github/workflows/test-multiline.yml index a2615e2..4db90bd 100644 --- a/.github/workflows/test-multiline.yml +++ b/.github/workflows/test-multiline.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 84b200b..3e29120 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 995326b..82024b6 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-query-1.yml b/.github/workflows/test-query-1.yml index ea12de3..3f2aee7 100644 --- a/.github/workflows/test-query-1.yml +++ b/.github/workflows/test-query-1.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-query-2.yml b/.github/workflows/test-query-2.yml index 85c0024..14992fc 100644 --- a/.github/workflows/test-query-2.yml +++ b/.github/workflows/test-query-2.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-query-3.yml b/.github/workflows/test-query-3.yml index 19df6f8..c3b4544 100644 --- a/.github/workflows/test-query-3.yml +++ b/.github/workflows/test-query-3.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-structure.yml b/.github/workflows/test-structure.yml index bab7f0a..376074c 100644 --- a/.github/workflows/test-structure.yml +++ b/.github/workflows/test-structure.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-yaml-config.yml b/.github/workflows/test-wrong-yaml-config.yml index f1f2895..23ca153 100644 --- a/.github/workflows/test-wrong-yaml-config.yml +++ b/.github/workflows/test-wrong-yaml-config.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