Problem: workflow has error in npm ci
Solution: fix urls
This commit is contained in:
parent
c31e62734c
commit
74ce669fe4
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -27,6 +27,9 @@ jobs:
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
|
- name: Fix up git URLs
|
||||||
|
run: echo -e '[url "https://github.com/"]\n insteadOf = "git://github.com/"' >> ~/.gitconfig
|
||||||
|
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user