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.
- Host: GitHub
- URL: https://github.com/timwolla/action-install-haproxy
- Owner: TimWolla
- License: mit
- Created: 2020-07-25T15:19:10.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-08-13T14:56:45.000Z (11 months ago)
- Last Synced: 2025-08-13T16:45:55.145Z (11 months ago)
- Topics: github-actions, haproxy, vtest
- Language: TypeScript
- Homepage:
- Size: 4.66 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```