Skip to content

Commit

Permalink
test: try to fix checkout cloudapi submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaymatrosov committed Oct 20, 2023
1 parent b1cebde commit 58b005a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
continue-on-error: true
steps:
- uses: yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@f69248b52b7991214847e889f28ba0883ed0ca2c
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Checkout submodules
run: git submodule update --init --recursive
- run: npm run check-endpoints
Expand Down

0 comments on commit 58b005a

Please sign in to comment.