actions-marketplace-validations/Detect env file changes
Check for changes in the files with environment variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| target-branch | Target branch to compare against | no | ${{ github.event.pull_request.base.ref }} |
| files | Files to check for changes. Check README for details on format | no | ["**.env-example", "**.env-test-example"] |
Outputs
| name | description |
|---|---|
| env-changes-detected | Boolean value indicating if specified files have been changed |
| env-changes-raw | Raw output of changes |
| env-changes-md | Markdown output of changes |