Skip to content

Commit

Permalink
CI: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
larryaasen committed Dec 5, 2024
1 parent d9bde27 commit f70327f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/take_screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: powershell.exe -Command "Get-Location"

- name: Run PowerShell script to take screenshot1
run: "C:\\Program Files\\Git\\bin\\bash.exe -c 'pwd; ls -al; ls -al scripts;'"
run: bash.exe -c "pwd; ls -al; ls -al scripts;"

- name: Run PowerShell script to take screenshot2
run: |
Expand Down

0 comments on commit f70327f

Please sign in to comment.