diff --git a/.github/workflows/onPush.yml b/.github/workflows/onPush.yml index 246d842b..d0f4ff02 100644 --- a/.github/workflows/onPush.yml +++ b/.github/workflows/onPush.yml @@ -11,12 +11,12 @@ jobs: with: # Repository name with owner. For example, actions/checkout # Default: ${{ github.repository }} - repository: 'PEM-Humboldt/biab-2.0' + repository: 'GEO-BON/bon-in-a-box-pipeline-engine.git' # The branch, tag or SHA to checkout. When checking out the repository that # triggered a workflow, this defaults to the reference or SHA for that event. # Otherwise, uses the default branch. - # ref: 'conda' + ref: 'main' # Relative path under $GITHUB_WORKSPACE to place the repository path: '.server' @@ -28,4 +28,4 @@ jobs: - name: Script and pipelines basic validation working-directory: . run: .server/prod-server.sh validate - shell: bash \ No newline at end of file + shell: bash