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