falkcorp/Update Action Docker Reference
Update action.yml with new Docker image digest and version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action-file | Path to action.yml file to update | no | action.yml |
| image-name | Docker image name (e.g., ghcr.io/jdfalk/my-action) | yes | — |
| image-tag | Docker image tag (e.g., v1.2.3) | yes | — |
| image-digest | Docker image digest (e.g., sha256:abc123...) | yes | — |
| version | Version number to update in file header (without v prefix) | yes | — |
| action-name | Action name for default image pattern matching (e.g., detect-languages-action) | yes | — |
Outputs
| name | description |
|---|---|
| updated | Whether the file was updated |