Skip to content

Commit

Permalink
chore: fix syntax in setup-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Dec 15, 2023
1 parent fa821df commit 6634f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/actions/composites/setup-toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inputs:
turbo-server-token:
description: "custom token for local s3 server"
required: false
default: ${{ secrets.TURBOREPO_SERVER_TOKEN }}
default: "yolo"
outputs:
port:
description: "The port the local server runs on"
Expand Down

0 comments on commit 6634f9a

Please sign in to comment.