From 4efb50a45b4476b935abab5f4906809be663af6d Mon Sep 17 00:00:00 2001 From: chevdor Date: Tue, 6 Jul 2021 12:18:21 +0200 Subject: [PATCH] ci: name the second checkout for more clarity --- .github/workflows/bridges.yml | 3 ++- .github/workflows/cumulus.yml | 3 ++- .github/workflows/polkadot.yml | 8 ++------ 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bridges.yml b/.github/workflows/bridges.yml index 0c32189..768e20e 100644 --- a/.github/workflows/bridges.yml +++ b/.github/workflows/bridges.yml @@ -29,7 +29,8 @@ jobs: with: path: action - - uses: actions/checkout@v2 + - name: Checkout repo under test + uses: actions/checkout@v2 with: repository: paritytech/parity-bridges-common fetch-depth: 0 diff --git a/.github/workflows/cumulus.yml b/.github/workflows/cumulus.yml index 8025be5..93bab11 100644 --- a/.github/workflows/cumulus.yml +++ b/.github/workflows/cumulus.yml @@ -29,7 +29,8 @@ jobs: with: path: action - - uses: actions/checkout@v2 + - name: Checkout repo under test + uses: actions/checkout@v2 with: repository: paritytech/cumulus fetch-depth: 0 diff --git a/.github/workflows/polkadot.yml b/.github/workflows/polkadot.yml index d92bb83..1597b5e 100644 --- a/.github/workflows/polkadot.yml +++ b/.github/workflows/polkadot.yml @@ -29,17 +29,13 @@ jobs: with: path: action - - uses: actions/checkout@v2 + - name: Checkout repo under test + uses: actions/checkout@v2 with: repository: paritytech/polkadot fetch-depth: 0 path: repo - - name: debug - run: | - ls -al - pwd - - name: Srtool build id: srtool_build uses: ./action