Skip to content

Commit ce5ff80

Browse files
authored
Update ci-internal.yml
1 parent e950253 commit ce5ff80

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ jobs:
8989
echo "Input EMAIL_PASS is set."
9090
fi
9191
92+
- name: Print OS
93+
shell: bash
94+
run: echo runner.os
95+
continue-on-error: true
96+
97+
- name: Print Inputs OS
98+
shell: bash
99+
run: echo ${{ inputs.os }}
100+
continue-on-error: true
101+
92102
- name: Install node package, `unity-license-activate`
93103
run: npm install --global https://github.com/sierpinskid/unity-license-activate
94104

0 commit comments

Comments
 (0)