Commit 6ef40c6
authored
Fix quoting issue in deploy-staging.yml to pass shellcheck linting
- Added double quotes around environment variables and file paths in the curl command within deploy-staging.yml.
- Resolved shellcheck SC2086 error by quoting $STAGING_API_URL and @/dist/index.js to prevent globbing and word splitting.
- Ensures compatibility with shellcheck and improves the reliability of the staging deployment step.
This update addresses linter errors, allowing the CI workflow to proceed without deployment command issues.1 parent 93e7bbc commit 6ef40c6
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
| 34 | + | |
0 commit comments