Skip to content

Commit a45892c

Browse files
committed
trailing blackslash fix
1 parent b9adc4b commit a45892c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424

2525
#Allow repo secrets
2626
env:
27-
VITE_BACKEND_URL: "https://web-production-4659.up.railway.app/"
27+
VITE_BACKEND_URL: "https://web-production-4659.up.railway.app"
2828
VITE_WEATHER_API_KEY: ${{ secrets.VITE_WEATHER_API_KEY }}
2929

3030
# A workflow run is made up of one or more jobs that can run sequentially or in parallel

0 commit comments

Comments
 (0)