From 1fe1bfb27e6674ec359a9adc41c45b7ac7cd4d46 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 12:02:01 +0100 Subject: [PATCH] Add action `wretry.action` to section `Testing` (#46) Co-authored-by: dmvict --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 138d5ef..d8b45cd 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Execute Any Script in a GitHub Issue Comment](https://github.com/nwtgck/actions-comment-run) - [Setup Vim/Neovim](https://github.com/rhysd/action-setup-vim) - Install Vim/Neovim for testing editor plugins. - [Cached LFS Checkout](https://github.com/nschloe/action-cached-lfs-checkout) - Cached checkout of LFS resources. +- [Rerun Actions and Commands](https://github.com/Wandalen/wretry.action) - Retries a GitHub Action step or command on failure. #### Environments