Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho authored Apr 29, 2023
1 parent 08f793b commit a73a09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- id: powershell_path
run: echo "value="('where powershell') >> "$GITHUB_OUTPUT"
run: echo "value=""('where powershell')""" >> "$GITHUB_OUTPUT"

- name: Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
uses: actions/checkout@v3
Expand All @@ -43,7 +43,7 @@ jobs:
- shell: wsl-bash {0}
run: dos2unix *.sh
- shell: wsl-bash {0}
run: . linux-set-clipboard-png ./telesoho_logo_80x80.png
run: . linux-set-clipboard-png.sh ./telesoho_logo_80x80.png
- run:
npm i
node index.cjs
Expand Down

0 comments on commit a73a09d

Please sign in to comment.