This commit is contained in:
@@ -7,22 +7,19 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
gettools:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: node:20
|
image: cm2network/steamcmd
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp:/mnt
|
- ./data/steamcmd_login_volume:/home/steam/Steam
|
||||||
|
- ./data/steamcmd_volume:/home/steam/steamcmd
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check directory
|
- name: Checkout code
|
||||||
run: |
|
uses: actions/checkout@v4
|
||||||
pwd
|
|
||||||
ls /mnt
|
|
||||||
|
|
||||||
- name: touch something
|
- name: Login steam cmd
|
||||||
run: |
|
run: |
|
||||||
touch touched.lol
|
~/steamcmd.sh +login ${{ secrets.STEAM_USERNAME }} ${{ secrets.STEAM_PASSWORD }} +quit
|
||||||
ls
|
|
||||||
Reference in New Issue
Block a user