Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buggtb authored Apr 11, 2023
1 parent 0cdaeb1 commit 8503f3d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,14 @@ jobs:
echo "-P ubuntu-18.04=catthehacker/ubuntu:act-18.04" >> ~/.actrc

- name: Unity custom action step
uses: unity-sds/unity-cs-action@28ef023ee8e76f887d32aa7eacc8b4c908d2f4c5
# uses: unity-sds/unity-cs-action@0de7e4a8b3786fd603b69d91a6cf520283dbc48a
id: hello
uses: unity-sds/[email protected]
id: runinstall
env:
NIGHTLY_METADATA: ${ steps.nightly_build_metadata.outputs.contents }
with:
token: ${{ secrets.TOKEN }}
ucsmetadata: ${{ env.NEW_NEW_METADATA }}

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

0 comments on commit 8503f3d

Please sign in to comment.