Skip to content

Commit

Permalink
Merge pull request #3176 from rgaiacs/fix-gesis-github-action
Browse files Browse the repository at this point in the history
Add GitHub Action checkout to GESIS action
  • Loading branch information
rgaiacs authored Jan 21, 2025
2 parents 1d3d6b7 + 6aca447 commit 14a2cc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gesis-methods-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
if: github.repository == 'jupyterhub/mybinder.org-deploy'
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create remote
run: |
if [ -z "$(git remote | grep methodshub)" ]
Expand Down

0 comments on commit 14a2cc9

Please sign in to comment.