Skip to content

Commit 14a2cc9

Browse files
authored
Merge pull request #3176 from rgaiacs/fix-gesis-github-action
Add GitHub Action checkout to GESIS action
2 parents 1d3d6b7 + 6aca447 commit 14a2cc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gesis-methods-hub.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
if: github.repository == 'jupyterhub/mybinder.org-deploy'
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout repo
14+
uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1317
- name: Create remote
1418
run: |
1519
if [ -z "$(git remote | grep methodshub)" ]

0 commit comments

Comments
 (0)