Skip to content

Commit 257e822

Browse files
committed
Fix typo
1 parent 3180ab2 commit 257e822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
firebird_root_password: 'masterkey'
4141
firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth;Srp224;Srp384;Srp512,UserManager=Srp;Legacy_UserManager'
4242
event_port: 3051
43-
volumes: '{{ github.workspace }}/db-data:/var/lib/firebird/data'
43+
volumes: '${{ github.workspace }}/db-data:/var/lib/firebird/data'
4444
- uses: actions/checkout@v6
4545
- name: Set up Java ${{ matrix.java.version }}
4646
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)