Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 5e92eb0

Browse files
committed
chore(ci): fix ci file
1 parent ac26a4d commit 5e92eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Run tests
2121
run: cargo test
2222
env:
23-
DATABASE_URL: {{ secrets.DATABASE_URL }}
23+
DATABASE_URL: ${{ secrets.DATABASE_URL }}
2424
- name: Build release
2525
run: cargo build --release

0 commit comments

Comments
 (0)