Skip to content

Commit

Permalink
Merge pull request #1 from awshole/feature/default-inputs
Browse files Browse the repository at this point in the history
Use default inputs
  • Loading branch information
awshole committed May 19, 2022
2 parents 3bd2e19 + ab86db7 commit 81b6474
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ description: "This action leverages GitHub's API to gather and post data related
inputs:
codeql_github_integration_token:
description: "Expects a string value corresponding to the GitHub repository to post a GitHub Issue to."
required: true
required: false
default: '${{ github.token }}'
github_repository:
description: "Expects a string value corresponding to the GitHub repository to post a GitHub Issue to."
required: true
required: false
default: '${{ github.repository }}'
github_issue_assignee:
description: "Expects a string value corresponding to the GitHub user to assign issues to."
required: false
Expand Down

0 comments on commit 81b6474

Please sign in to comment.