Skip to content
Merged
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GitHub action to setup [OpenAF](https://docs.openaf.io).

```yaml
- name: Setup OpenAF
uses: openaf/action-setup@v1.2
uses: openaf/action-setup@v2.0.0

- name: Using OpenAF
run : |
Expand Down Expand Up @@ -47,7 +47,7 @@ To cache the OpenAF installation you can use [GitHub Actions caching](https://do
path: /tmp/oaf

- name: Setup OpenAF
uses: openaf/action-setup@v1.2
uses: openaf/action-setup@v2.0.0
```

### Using a different distribution
Expand All @@ -56,7 +56,7 @@ By default the 'stable' OpenAF distribution is used but you can specify a differ

```yaml
- name: Setup OpenAF
uses: openaf/action-setup@v1.2
uses: openaf/action-setup@v2.0.0
with:
dist: nightly

Expand All @@ -71,7 +71,7 @@ By default the latest version of the defined (or stable) distribution will be re

```yaml
- name: Setup OpenAF
uses: openaf/action-setup@v1.2
uses: openaf/action-setup@v2.0.0
with:
version: 20241117

Expand All @@ -86,7 +86,7 @@ You can also list oPacks to be installed as part of the setup process:

```yaml
- name: Setup OpenAF
uses: openaf/action-setup@v1.2
uses: openaf/action-setup@v2.0.0
with:
opacks: oJob-common,GIST

Expand Down
Loading