Skip to content

Commit

Permalink
Add default values for action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer025 committed Oct 16, 2021
1 parent 245b2ea commit 1b00792
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ inputs:
description:
"The owner, for example: \"dotnet\". Assign from `github.repository_owner`."
required: true
default: ${{ github.repository_owner }}
name:
description:
"The repository name, for example: \"samples\". Assign from `github.repository`."
required: true
default: ${{ github.repository }}
workspace:
description:
"The workspace directory, or repository root directory. Assign from `github.workspace`."
Expand All @@ -26,6 +28,7 @@ inputs:
description:
"ID of the PR to process. Assign from `github.event_path.pull_request.number`."
required: true
default: ${{ github.event_path.pull_request.number }}
separator:
description:
"Separator used if multiple owners are returned. Defaults to space."
Expand Down

0 comments on commit 1b00792

Please sign in to comment.