An open API service indexing awesome lists of open source software.

https://github.com/timwolla/action-install-haproxy

This GitHub action allows you to easily install the latest HAProxy snapshot for a given branch.
https://github.com/timwolla/action-install-haproxy

github-actions haproxy vtest

Last synced: 10 months ago
JSON representation

This GitHub action allows you to easily install the latest HAProxy snapshot for a given branch.

Awesome Lists containing this project

README

          

# GitHub Actions: Install HAProxy

This action allows you to easily install the latest HAProxy snapshot for a given
branch.

## Usage

```yaml
- name: Install HAProxy 2.2.
uses: timwolla/action-install-haproxy@main
id: install-haproxy
with:
branch: '2.2'
use_openssl: yes
```