Skip to content

Commit 3c8dbcd

Browse files
committed
adding debug
1 parent effaca6 commit 3c8dbcd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/dayz_srp_sakhal.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ jobs:
1313
STEAM_USERNAME: ${{ secrets.STEAM_USERNAME }}
1414
STEAM_PASSWORD: ${{ secrets.STEAM_PASSWORD }}
1515
steps:
16+
- name: Debug
17+
run: |
18+
echo "$STEAM_USERNAME" | awk '$1=$1' FS= OFS=" "
19+
touch .env
20+
echo STEAM_USERNAME = $STEAM_USERNAME >> .env
21+
cat .env | awk '$1=$1' FS= OFS=" "
22+
echo "$STEAM_PASSWORD" | awk '$1=$1' FS= OFS=" "
23+
touch .env
24+
echo STEAM_PASSWORD = $STEAM_PASSWORD >> .env
25+
cat .env | awk '$1=$1' FS= OFS=" "
26+
1627
- name: Setup steam cmd
1728
uses: CyberAndrii/setup-steamcmd@v1
1829

0 commit comments

Comments
 (0)