build: increase fetch-deps (#42387)
* build: use fetch-depth: 0 and fetch-tags * debug: readd tmate SSH debugging * build: run SSH by default, remove debug conditional * build: remove redundent fetch-tags * build: pin tmate to SHA * build: remove tmate action
This commit is contained in:
parent
ec4461d1f2
commit
6ccb9861f6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/macos-build.yml
vendored
1
.github/workflows/macos-build.yml
vendored
|
@ -293,6 +293,7 @@ jobs:
|
||||||
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
|
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
|
||||||
with:
|
with:
|
||||||
path: src/electron
|
path: src/electron
|
||||||
|
fetch-depth: 0
|
||||||
- name: Run Electron Only Hooks
|
- name: Run Electron Only Hooks
|
||||||
run: |
|
run: |
|
||||||
echo "Running Electron Only Hooks"
|
echo "Running Electron Only Hooks"
|
||||||
|
|
Loading…
Reference in a new issue