Skip to content

Commit 6aca447

Browse files
committed
Add GitHub Action checkout to GESIS action
1 parent 1d3d6b7 commit 6aca447

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)