Skip to content

Commit d126b82

Browse files
committed
Added atmos readme
1 parent 14983f8 commit d126b82

3 files changed

Lines changed: 33 additions & 3 deletions

File tree

.github/workflows/test-file-input.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ on:
55
# # Added pull_request to register workflow from the PR.
66
# # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
77
# pull_request: {}
8-
workflow_dispatch: {}
8+
workflow_dispatch:
9+
inputs:
10+
ref:
11+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
12+
required: false
13+
type: string
14+
sha:
15+
description: "The sha of the commit that triggered the workflow run"
16+
required: false
17+
type: string
18+
919

1020
jobs:
1121
setup:

.github/workflows/test-negative.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ on:
55
# # Added pull_request to register workflow from the PR.
66
# # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
77
# pull_request: {}
8-
workflow_dispatch: {}
8+
workflow_dispatch:
9+
inputs:
10+
ref:
11+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
12+
required: false
13+
type: string
14+
sha:
15+
description: "The sha of the commit that triggered the workflow run"
16+
required: false
17+
type: string
18+
919

1020
jobs:
1121
setup:

.github/workflows/test-positive.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,17 @@ on:
55
# # Added pull_request to register workflow from the PR.
66
# # Read more https://stackoverflow.com/questions/63362126/github-actions-how-to-run-a-workflow-created-on-a-non-master-branch-from-the-wo
77
# pull_request: {}
8-
workflow_dispatch: {}
8+
workflow_dispatch:
9+
inputs:
10+
ref:
11+
description: "The fully-formed ref of the branch or tag that triggered the workflow run"
12+
required: false
13+
type: string
14+
sha:
15+
description: "The sha of the commit that triggered the workflow run"
16+
required: false
17+
type: string
18+
919

1020
jobs:
1121
setup:

0 commit comments

Comments
 (0)