usf-cs212-fall2020/Check for Action Update
Github Action to test whether an action requires an update.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | The action workflow file being checked. | yes | — |
| path | The path to the current workflow template file (without the file name). | yes | .github/workflows |
| template_path | The path to the primary workflow template file (without the file name). | yes | workflow-templates |
| template_repo | The workflow template repository for this organization. | yes | ${{ github.repository_owner }}/.github |
Outputs
| name | description |
|---|---|
| action_file | Path to the latest version of the action workflow. |