[PR #4] [MERGED] Add a few actions to community resources #11781

Closed
opened 2026-06-17 21:21:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/4
Author: @maddox
Created: 10/21/2018
Status: Merged
Merged: 10/21/2018
Merged by: @sdras

Base: masterHead: add-some-resources


📝 Commits (4)

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 README.md (+3 -0)

📄 Description

This adds a few general actions I've made that might be useful to others.

Home Assistant Command

This action allows you to make a service call to your Home Assistant instance.
Blink a light when a deploy is done, set your lights to green when CI goes green,
lock your front door until the deploy is complete.

Of course you want to incorporate your smart devices into your GitHub workflow!

Sleep

This action will simply call sleep for N seconds in case you need a little
padding in your workflow.

Wait for 200

This action will simply check that a URL is returning a 200 HTTP status code
before completing. You have the option to set how many seconds between checks
and how many tries before it exits in failure.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/4 **Author:** [@maddox](https://github.com/maddox) **Created:** 10/21/2018 **Status:** ✅ Merged **Merged:** 10/21/2018 **Merged by:** [@sdras](https://github.com/sdras) **Base:** `master` ← **Head:** `add-some-resources` --- ### 📝 Commits (4) - [`ba713b8`](https://github.com/sdras/awesome-actions/commit/ba713b8fff5dbe1ba150a0da9caa249cc95a997e) Add a few action to community resources - [`64c2db9`](https://github.com/sdras/awesome-actions/commit/64c2db976b6b9e34fc9355bf4928542bdde35d8f) fix paths - [`1d48605`](https://github.com/sdras/awesome-actions/commit/1d48605faf0ed0bce24f28e01e1401fba1c3485f) typo - [`922dac4`](https://github.com/sdras/awesome-actions/commit/922dac4ecfd6f7bfc2f9bcbb14990c1134410d4b) Merge branch 'master' into add-some-resources ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -0) </details> ### 📄 Description This adds a few general actions I've made that might be useful to others. ## [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant) This action allows you to make a service call to your Home Assistant instance. Blink a light when a deploy is done, set your lights to green when CI goes green, lock your front door until the deploy is complete. Of course you want to incorporate your smart devices into your GitHub workflow! ## [Sleep](https://github.com/maddox/actions/tree/master/sleep) This action will simply call `sleep` for N seconds in case you need a little padding in your workflow. ## [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) This action will simply check that a URL is returning a `200` HTTP status code before completing. You have the option to set how many seconds between checks and how many tries before it exits in failure. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-17 21:21:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#11781