mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-07-18 12:39:54 -05:00
[PR #4] [MERGED] Add a few actions to community resources #7221
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:add-some-resources📝 Commits (4)
ba713b8Add a few action to community resources64c2db9fix paths1d48605typo922dac4Merge branch 'master' into add-some-resources📊 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
sleepfor N seconds in case you need a littlepadding in your workflow.
Wait for 200
This action will simply check that a URL is returning a
200HTTP status codebefore 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.