Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from gha-trigger/docs/add-needs
Browse files Browse the repository at this point in the history
docs: add needs
  • Loading branch information
suzuki-shunsuke authored Sep 19, 2022
2 parents 010854c + da6ef2b commit 94751e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

### Optional

Nothing.
- `needs`: [needs context](https://docs.github.com/en/actions/learn-github-actions/contexts#needs-context)

## Environment Variables

Expand Down
5 changes: 0 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ inputs:
github_token:
description: GitHub Access Token to update a commit status
required: true
start_workflow:
description: Update a commit status
required: false
default: false
needs:
description: needs context.
required: false
Expand All @@ -22,5 +18,4 @@ runs:
with:
github_token: ${{inputs.github_token}}
state: ${{inputs.state}}
start_workflow: ${{inputs.start_workflow}}
needs: ${{inputs.needs}}

0 comments on commit 94751e8

Please sign in to comment.