mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
chore: remove unnecessary step
This commit is contained in:
parent
ce615bf036
commit
d254810986
6
.github/workflows/sync-react-b2e-sample.yml
vendored
6
.github/workflows/sync-react-b2e-sample.yml
vendored
@ -30,12 +30,6 @@ jobs:
|
||||
node-version-file: ".nvmrc"
|
||||
cache: npm
|
||||
|
||||
- name: Configure Git for private repo access
|
||||
run: |
|
||||
git config --global --add url."https://${{ secrets.IDEE_GH_TOKEN }}@github.com/".insteadOf "https://github.com/"
|
||||
git config --global --add url."https://${{ secrets.IDEE_GH_TOKEN }}@github.com/".insteadOf "git@github.com:"
|
||||
git config --global --add url."https://${{ secrets.IDEE_GH_TOKEN }}@github.com/".insteadOf "ssh://git@github.com/"
|
||||
|
||||
- name: Get latest npm version
|
||||
id: npm-version
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user