From f7906f6423116f8f7b1faa4753b07339307d232c Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Wed, 6 Oct 2021 11:55:33 -0700 Subject: [PATCH] DO NOT MERGE Use the in-review version of clone-linked-repo --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 428dc08f6..3dd11f733 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: with: {sdk: "${{ matrix.dart_channel }}"} - run: dart pub get - name: Check out sass-spec - uses: sass/clone-linked-repo@v1 + uses: sass/clone-linked-repo@pull/2/head with: {repo: sass/sass-spec} - uses: actions/setup-node@v2 with: {node-version: "${{ env.DEFAULT_NODE_VERSION }}"} @@ -83,7 +83,7 @@ jobs: - run: npm install - name: Check out sass-spec - uses: sass/clone-linked-repo@v1 + uses: sass/clone-linked-repo@pull/2/head with: {repo: sass/sass-spec} - name: Build JS @@ -94,7 +94,7 @@ jobs: working-directory: sass-spec - name: Check out Sass specification - uses: sass/clone-linked-repo@v1 + uses: sass/clone-linked-repo@pull/2/head with: repo: sass/sass path: language