From acd58cb23d3e7ed46f753c9bb77591690038b320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erika=20Su=C3=A1rez=20Valencia?= <1734998+erikasv@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:53:00 -0500 Subject: [PATCH] Fix onPush.yml action --- .github/workflows/onPush.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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