Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Use the in-review version of clone-linked-repo
  • Loading branch information
nex3 committed Oct 6, 2021
1 parent 2d56fe0 commit 4c85589
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -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 }}"}
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4c85589

Please sign in to comment.