Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add note about the fork #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# This repository is a fork

The wretry.action executes the PRE and POST steps of the action that we are trying to retry, even if the action is disabled by a conditional `if` statement. This repository contains minor changes and adds the parameter `disable_pre_and_post`.

## How to use this fork

```yaml
- uses: gmsllc/wretry.action@master
if: ${{ vpn_connection == 'true' }}
with:
action: action/[email protected]
with: |
username: test
password: test123
attempt_limit: 3
attempt_delay: 2000
disable_pre_and_post: 'true'
```

[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://stand-with-ukraine.pp.ua)

# action::retry [![status](https://github.com/Wandalen/wretry.action/actions/workflows/wRetryActionPublish.yml/badge.svg)](https://github.com/Wandalen/wretry.action/actions/workflows/wRetryActionPublish.yml) [![stable](https://img.shields.io/badge/stability-stable-brightgreen.svg)](https://github.com/emersion/stability-badges#stable)
Expand Down