Use single quotes for string

This commit is contained in:
49lf
2025-03-03 15:06:41 -05:00
parent 0f75d945b1
commit 4fd53d527f

View File

@ -194,7 +194,7 @@ jobs:
path: test-results/
- name: Run playwright/electron flow (with retries)
id: retry
if: ${{ !cancelled() && steps.deps-install.outcome == "success" }}
if: ${{ !cancelled() && steps.deps-install.outcome == 'success' }}
uses: nick-fields/retry@v3.0.2
with:
shell: bash