Skip to content

Commit

Permalink
Update validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Oct 3, 2024
1 parent f2c7ebf commit 1c1ac84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
run: |
docker run -d -ti \
--name hlds \
-v "${{ github.workspace }}/config:/temp/config" \
-v "${{ github.workspace }}/mods:/temp/mods" \
-v "./config:/temp/config" \
-v "./mods:/temp/mods" \
-p 27015:27015/udp \
-p 27015:27015 \
-p 26900:26900/udp \
-e GAME=${GAME} \
${{ env.image_id }}
${{ env.image_id }} \
"+log on +rcon_password changeme +maxplayers 12 +map cs_italy"
- name: Inspect Container Directories 🕵️‍♂️
Expand Down

0 comments on commit 1c1ac84

Please sign in to comment.