Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jun 18, 2024
1 parent 8f7cef5 commit 47eac4f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'setup-headless-display-action'
description: 'Setup a headless display on Linux and Windows'
name: "setup-headless-display-action"
description: "Setup a headless display on Linux and Windows"
author: PyVista Developers'
inputs:
pyvista:
Expand All @@ -11,12 +11,11 @@ inputs:
required: false
default: false
branding:
icon: 'monitor'
color: 'blue'
icon: "monitor"
color: "blue"
runs:
using: "composite"
steps:

- name: Install Linux dependencies
if: runner.os == 'Linux'
shell: bash
Expand Down Expand Up @@ -47,7 +46,7 @@ runs:
mesa-utils \
x11-utils
- name: Install Windows GL Dependencies
- name: Install Windows GL Dependencies
if: runner.os == 'Windows'
shell: cmd
run: |
Expand Down

0 comments on commit 47eac4f

Please sign in to comment.