From d8dace6f1f8e188705ef1db10d69f9d30833d5ee Mon Sep 17 00:00:00 2001 From: banesullivan Date: Sat, 29 Jan 2022 16:00:14 -0700 Subject: [PATCH] Update README --- .github/workflows/production.yml | 4 ++-- README.md | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index d2c66cd..924c88f 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -1,4 +1,4 @@ -name: Production Workflow for latest release +name: Test v1 release on: workflow_dispatch: @@ -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 diff --git a/README.md b/README.md index 79404c3..3dc8bb6 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` @@ -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