Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jan 29, 2022
1 parent e78a109 commit d8dace6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Production Workflow for latest release
name: Test v1 release

on:
workflow_dispatch:
Expand All @@ -12,7 +12,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup headless Display
- name: Setup headless display
uses: pyvista/setup-headless-display-action@v1

- name: Setup Python
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Setup a headless display on Linux and Windows (not needed on MacOS)

```yml
- name: Setup headless display
uses: pyvista/setup-headless-display-action@v1
```
## 🚀 Usage
Expand All @@ -24,7 +28,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup headless Display
- name: Setup headless display
uses: pyvista/setup-headless-display-action@v1
```
Expand Down Expand Up @@ -53,7 +57,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup headless Display
- name: Setup headless display
uses: pyvista/setup-headless-display-action@v1

- name: Setup Python
Expand Down

0 comments on commit d8dace6

Please sign in to comment.