{"id":18994396,"url":"https://github.com/hormcodes/do-not-deploy-on-friday","last_synced_at":"2025-10-25T07:41:33.554Z","repository":{"id":42078475,"uuid":"441249215","full_name":"HormCodes/do-not-deploy-on-friday","owner":"HormCodes","description":"GitHub Action to tell you \"Don't deploy on Friday!\"","archived":false,"fork":false,"pushed_at":"2024-11-27T21:00:36.000Z","size":421,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-17T01:36:53.139Z","etag":null,"topics":["actions","deploy","friday-deploy","github-actions"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HormCodes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-23T17:18:50.000Z","updated_at":"2025-04-16T21:32:51.000Z","dependencies_parsed_at":"2024-02-26T16:52:48.079Z","dependency_job_id":null,"html_url":"https://github.com/HormCodes/do-not-deploy-on-friday","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HormCodes%2Fdo-not-deploy-on-friday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HormCodes%2Fdo-not-deploy-on-friday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HormCodes%2Fdo-not-deploy-on-friday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HormCodes%2Fdo-not-deploy-on-friday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HormCodes","download_url":"https://codeload.github.com/HormCodes/do-not-deploy-on-friday/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250243662,"owners_count":21398381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","deploy","friday-deploy","github-actions"],"created_at":"2024-11-08T17:25:27.218Z","updated_at":"2025-10-25T07:41:28.515Z","avatar_url":"https://github.com/HormCodes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Don't Deploy on Friday\n\nGitHub Action to tell you \"Don't deploy on Friday!\". This action will fail with an error if the current day in the specified timezone is Friday.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"meme.jpg\" alt=\"Meme\" width=\"350\"/\u003e\n\u003c/p\u003e\n\n## Usage\n\nInsert following step into your GitHub Actions workflow:\n\n```yaml\nsteps:\n- uses: HormCodes/do-not-deploy-on-friday@v1\n  # See Inputs section below...\n  with:\n    timezone: Europe/Prague\n```\n\n## Inputs\n\n|  **Name**  | **Required** | **Description**                                                                                                                                                        | **Default** |\n|:----------:|:------------:|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:-----------:|\n| `timezone` |   `false`    | Timezone to identify the current day. All available timezones are listed [here](http://manpages.ubuntu.com/manpages/bionic/man3/DateTime::TimeZone::Catalog.3pm.html). |     UTC     |\n\n## Outputs\n\n|  **Name**  | **Type**  | **Description**                                   |\n|:----------:|:---------:|---------------------------------------------------|\n| `dayName`  | `string`  | Name of the current day, e.g. `Friday`.           |\n| `dayIndex` | `number`  | Index of the current day, e.g. 5.                 |\n|  `failed`  | `boolean` | Boolean value representing current day is Friday. |\n\n## License\n\nThis action and all its sources are under [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhormcodes%2Fdo-not-deploy-on-friday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhormcodes%2Fdo-not-deploy-on-friday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhormcodes%2Fdo-not-deploy-on-friday/lists"}