Skip to content

Commit a046154

Browse files
committed
fix: syntax error
1 parent 5303253 commit a046154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-monorepo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ runs:
1313
using: composite
1414
steps:
1515
- name: 🏗 Setup Toolchain
16-
- uses: actions-rs/toolchain@v1
16+
uses: actions-rs/toolchain@v1
1717
with:
1818
toolchain: ${{ inputs.toolchain }}

0 commit comments

Comments
 (0)