Skip to content

Commit 93b1a67

Browse files
🩹 [Patch]: Fix grammar in README and action.yml for WorkflowRunID description
1 parent 9decc68 commit 93b1a67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ As an example, terraform plans can be uploaded as artifacts in a PR CI workflow
1111
| - | - | - | - |
1212
| `Path` | The path to the artifact to download. | No | |
1313
| `WorkflowID` | The filename or ID of the workflow to download the artifact from. You must provide either `WorkflowID` or `WorkflowRunID`. | No | '' |
14-
| `WorkflowRunID` | The ID of the workflow run where the artifact will be download from. You must provide either `WorkflowID` or `WorkflowRunID`. | No | '' |
14+
| `WorkflowRunID` | The ID of the workflow run where the artifact will be downloaded from. You must provide either `WorkflowID` or `WorkflowRunID`. | No | '' |
1515
| `ArtifactName` | Name of the artifact to download. If unspecified, all artifacts for the run are downloaded. | Yes | |
1616
| `GITHUB_TOKEN` | The GitHub token used to authenticate with the GitHub API. | Yes | |
1717
| `WorkingDirectory` | The working directory where the artifact will be downloaded to. Default is the root of the repository. | No | `${{ github.workspace }}` |

‎action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
default: ''
1616
WorkflowRunID:
1717
description: |
18-
The ID of the workflow run where the artifact will be download from.
18+
The ID of the workflow run where the artifact will be downloaded from.
1919
You must provide either `WorkflowID` or `WorkflowRunID`.
2020
required: false
2121
default: ''

0 commit comments

Comments
 (0)