hormcodes/Don't Deploy on Friday!
GitHub Action to tell you to not deploy on Friday.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| timezone | Timezone to identify the current day. | no | UTC |
Outputs
| name | description |
|---|---|
| dayName | Name of the current day, e.g. Friday. |
| dayIndex | Index of the current day, e.g. 5. |
| failed | Boolean value representing current day is Friday. |