Skip to content

Commit 8503f3d

Browse files
authored
Update nightly.yml
1 parent 0cdaeb1 commit 8503f3d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,14 @@ jobs:
132132
echo "-P ubuntu-18.04=catthehacker/ubuntu:act-18.04" >> ~/.actrc
133133

134134
- name: Unity custom action step
135-
uses: unity-sds/unity-cs-action@28ef023ee8e76f887d32aa7eacc8b4c908d2f4c5
136-
# uses: unity-sds/unity-cs-action@0de7e4a8b3786fd603b69d91a6cf520283dbc48a
137-
id: hello
135+
uses: unity-sds/unity-cs-action@v1.0.1
136+
id: runinstall
138137
env:
139138
NIGHTLY_METADATA: ${ steps.nightly_build_metadata.outputs.contents }
140139
with:
141140
token: ${{ secrets.TOKEN }}
142141
ucsmetadata: ${{ env.NEW_NEW_METADATA }}
143142

144143
# Use the output from the `hello` step
145-
- name: Get the output time
146-
run: echo "The time was ${{ steps.hello.outputs.eksmeta }}"
144+
- name: Print the resulting meta
145+
run: echo "The time was ${{ steps.runinstall.outputs.eksmeta }}"

0 commit comments

Comments
 (0)