Skip to content

Commit

Permalink
docs: add link to environment variables configuration (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax authored Nov 29, 2024
1 parent 22ea671 commit c1bdcd5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
steps:
- name: Setup iggy
uses: iggy-rs/setup-iggy@v1
# Iggy configuration — https://github.com/iggy-rs/setup-iggy/issues/14#issuecomment-2505922327
env:
IGGY_TCP_ADDRESS: "0.0.0.0:8090"
```
## Options
Expand All @@ -29,7 +32,7 @@ jobs:
## Description
A GitHub Action to run iggy server
<!-- action-docs-description source="action.yml" --> # applicable for actions only
<!-- action-docs-description source="action.yml" -->
<!-- action-docs-inputs source="action.yml" -->
## Inputs
Expand All @@ -52,7 +55,7 @@ A GitHub Action to run iggy server
## Runs

This action is a `node20` action.
<!-- action-docs-runs source="action.yml" --> # applicable for actions only
<!-- action-docs-runs source="action.yml" -->

## Contributions

Expand Down

0 comments on commit c1bdcd5

Please sign in to comment.