Skip to content

Commit

Permalink
Add missing shell prop
Browse files Browse the repository at this point in the history
  • Loading branch information
kvanbere committed Oct 7, 2023
1 parent 2cbdbd4 commit 49daadd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ runs:
using: "composite"
steps:
- name: Invoke URI (Linux)
run: export DISPLAY="127.0.0.1:10.0"
if: runner.os == 'Linux'
shell: bash
run: export DISPLAY="127.0.0.1:10.0"

- name: Invoke URI (Windows)
if: runner.os == 'Windows'
shell: pwsh
Expand Down

0 comments on commit 49daadd

Please sign in to comment.