Skip to content

Commit 7638dd2

Browse files
committed
test - lets try this again
1 parent 59c17c6 commit 7638dd2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Get Hytale Auth
2-
on: workflow_dispatch # Allows you to run it manually from the "Actions" tab
2+
on:
3+
workflow_dispatch: # Allows you to run it manually from the "Actions" tab
4+
push:
5+
branches: [ dev/testing ]
36
jobs:
47
auth:
58
runs-on: ubuntu-latest
@@ -9,3 +12,5 @@ jobs:
912
wget https://downloader.hytale.com/hytale-downloader-linux-amd64 -O downloader
1013
chmod +x downloader
1114
./downloader # This will print the URL and Code to the logs
15+
echo "URL: ${{ steps.downloader.outputs.url }}"
16+
echo "Code: ${{ steps.downloader.outputs.code }}"

0 commit comments

Comments
 (0)