derekbit/Is Last Day of Current Sprint
A GitHub action to check if today is in last day of current sprint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The account name of the GitHub organization. | yes | — |
| number | Project number as you see it in the URL of the project. | yes | — |
| date | Date with format YYYY-MM-DD | yes | — |
| token | Personal access token for the GitHub repository. | yes | — |
Outputs
| name | description |
|---|---|
| last_day | Is last day of current sprint |