Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer025 authored Oct 16, 2021
1 parent 8368fdd commit 22277f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Name | Required | Default | Description
------------ | ------------- | ------------- | -------------
owner | no | github.repository_owner | Name of repo owner
name | no | github.repository | Name of the repo
workspace | '/github/workspace' | Default | Location of the repo in the workflow. Normally '/github/workspace' for Docker workflows.
workspace | no | '/github/workspace' | Location of the repo in the workflow. Normally '/github/workspace' for Docker workflows.
file | no | '/.github/CODEOWNERS' | Relative location of the CODEOWNERS file in the repo. Useful if you want a separate owner file for this action.
pullID | no | github.event.pull_request.number | ID of the PR to get modified files from
separator | no | ' ' | Separator used for owners-formatted output and for finding already notified owners.
Expand Down

0 comments on commit 22277f3

Please sign in to comment.