File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,11 @@ jobs:
2828 env :
2929 GOOGLE_MAPS_JS_SAMPLES_KEY : " ${{ secrets.GOOGLE_MAPS_JS_SAMPLES_KEY }}"
3030 steps :
31- - name : Clear GitHub Actions Cache (Force a Miss)
32- uses : actions/cache@v3
33- with :
34- path : ~/.gitconfig
35- key : gitconfig-${{ github.run_id }}
36-
3731 - name : Checkout code
3832 uses : actions/checkout@v3
3933 with :
4034 token : ${{ secrets.GH_MERGE_TOKEN }}
4135 fetch-depth : 0
42-
43- - name : Clear Git config cache
44- run : |
45- git config --global --unset-all user.name || true
46- git config --global --unset-all user.email || true
4736
4837 - name : Set Git Identity
4938 run : |
5645 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
5746 restore-keys : |
5847 ${{ runner.os }}-node
59- mode: 'max'
6048
6149 - uses : actions/setup-node@v3
6250 with :
You can’t perform that action at this time.
0 commit comments