File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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 }}"
You can’t perform that action at this time.
0 commit comments