Skip to content

Commit ff5d5a7

Browse files
committed
another env variable fix
1 parent 4d3e92b commit ff5d5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dayz_srp_sakhal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
1919
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
20-
run: steamcmd +login "$env:STEAM_USERNAME" "$env.STEAM_PASSWORD" +app_update 830640 validate +quit
20+
run: steamcmd +login "$STEAM_USERNAME" "$STEAM_PASSWORD" +app_update 830640 validate +quit
2121

2222
- name: Install Mikero Tools
2323
uses: arma-actions/mikero-tools@latest

0 commit comments

Comments
 (0)