{"id":16497161,"url":"https://github.com/guillaumefalourd/wait-sleep-action","last_synced_at":"2025-03-01T13:13:44.791Z","repository":{"id":103343305,"uuid":"467094843","full_name":"GuillaumeFalourd/wait-sleep-action","owner":"GuillaumeFalourd","description":"Github actions to wait / sleep during a workflow execution ⏱","archived":false,"fork":false,"pushed_at":"2022-03-07T14:15:34.000Z","size":27,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T22:21:40.830Z","etag":null,"topics":["all-os-supported","github-actions","sleep","wait"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/wait-sleep-action","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GuillaumeFalourd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-03-07T12:57:42.000Z","updated_at":"2024-03-13T13:41:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"20a4b966-df5a-40b3-9d8b-379dce5a885d","html_url":"https://github.com/GuillaumeFalourd/wait-sleep-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"GuillaumeFalourd/repo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fwait-sleep-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fwait-sleep-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fwait-sleep-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuillaumeFalourd%2Fwait-sleep-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuillaumeFalourd","download_url":"https://codeload.github.com/GuillaumeFalourd/wait-sleep-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241367935,"owners_count":19951448,"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":["all-os-supported","github-actions","sleep","wait"],"created_at":"2024-10-11T14:38:34.825Z","updated_at":"2025-03-01T13:13:44.768Z","avatar_url":"https://github.com/GuillaumeFalourd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wait / Sleep action\n\n[![Action test on Ubuntu](https://github.com/GuillaumeFalourd/wait-sleep-action/actions/workflows/ubuntu_action_test.yml/badge.svg)](https://github.com/GuillaumeFalourd/wait-sleep-action/actions/workflows/ubuntu_action_test.yml) [![Action test on MacOS](https://github.com/GuillaumeFalourd/wait-sleep-action/actions/workflows/macos_action_test.yml/badge.svg)](https://github.com/GuillaumeFalourd/wait-sleep-action/actions/workflows/macos_action_test.yml) [![Action test on Windows](https://github.com/GuillaumeFalourd/wait-sleep-action/actions/workflows/windows_action_test.yml/badge.svg)](https://github.com/GuillaumeFalourd/wait-sleep-action/actions/workflows/windows_action_test.yml)\n\n![](https://user-images.githubusercontent.com/22433243/157050923-fae8a5d7-9e4e-4b3e-a8e2-fe55acf6f1a7.png)\n\n☞ Github Action to wait / sleep during a workflow execution ⏱\n\n_**Note**: This action is supported on **all runners** operating systems (`ubuntu`, `macos`, `windows`)_\n\n## 📚 Usage\n\nThis action uses the Linux [sleep command](https://linux.die.net/man/1/sleep) to wait for a specific time during a job execution.\n\nSUFFIX may be:\n- `'s'` for seconds (default), \n- `'m'` for minutes, \n- `'h'` for hours,\n- `'d'` for days.\n\n_**Note**: The `sleep command` on MacOS only works with seconds, therefore this action converts the SUFFIX automatically to the value in seconds._\n\n### Examples\n\n```yaml\n    steps:\n      - uses: GuillaumeFalourd/wait-sleep-action@v1\n        with:\n          time: '60' # for 60 seconds\n```\n\n```yaml\n    steps:\n      - uses: GuillaumeFalourd/wait-sleep-action@v1\n        with:\n          time: '1m' # for 1 minute\n```\n\n```yaml\n    steps:\n      - uses: GuillaumeFalourd/wait-sleep-action@v1\n        with:\n          time: '1h' # for 1 hour\n```\n\n## 🤝 Contributing\n\n☞ If you're interested in contributing to this repository, please follow the [guidelines](https://github.com/GuillaumeFalourd/wait-sleep-action/blob/main/CONTRIBUTING.md)\n\n## 🏅 Licensed\n\n☞ This repository uses the [Apache License 2.0](https://github.com/GuillaumeFalourd/wait-sleep-action/blob/main/LICENSE)\n\n\u003c!-- ### Contribuidores\n\n\u003ca href=\"https://github.com/GuillaumeFalourd/wait-sleep-action/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=GuillaumeFalourd/wait-sleep-action\" /\u003e\n\u003c/a\u003e\n\n(Criado com [contributors-img](https://contrib.rocks)) --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumefalourd%2Fwait-sleep-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguillaumefalourd%2Fwait-sleep-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguillaumefalourd%2Fwait-sleep-action/lists"}