This commit is contained in:
@@ -13,14 +13,12 @@ jobs:
|
||||
container:
|
||||
image: cm2network/steamcmd
|
||||
volumes:
|
||||
- steamcmd_test_volume:/tmp
|
||||
- steamcmd_login_volume:/home/steam/Steam
|
||||
- steamcmd_volume:/home/steam/steamcmd
|
||||
- data/steamcmd_login_volume:/home/steam/Steam
|
||||
- data/steamcmd_volume:/home/steam/steamcmd
|
||||
env:
|
||||
STEAMCMD_DIR: /home/steam/steamcmd
|
||||
|
||||
steps:
|
||||
- name: Login steam cmd
|
||||
run: |
|
||||
touch /tmp/something.lol
|
||||
$STEAMCMD_DIR/steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +quit
|
||||
Reference in New Issue
Block a user