Skip to content

Commit

Permalink
Add required: false
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Aug 28, 2024
1 parent acc6768 commit c9bab7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ inputs:
(e.g. "octocat/hello-world/.github/workflows/my-workflow.yml@refs/heads/my_branch").
You can aso just pass the name of the Workflow file directly (e.g. "my-workflow.yml").
default: ${{ github.workflow_ref }}
required: false
```
### Outputs
Expand Down
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ inputs:
(e.g. "octocat/hello-world/.github/workflows/my-workflow.yml@refs/heads/my_branch").
You can aso just pass the name of the Workflow file directly (e.g. "my-workflow.yml").
default: ${{ github.workflow_ref }}
required: false

outputs:
coverage_report:
Expand Down

0 comments on commit c9bab7f

Please sign in to comment.