Skip to content

Commit

Permalink
Fix onPush.yml action
Browse files Browse the repository at this point in the history
  • Loading branch information
erikasv authored Oct 17, 2024
1 parent d100bbd commit acd58cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/onPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -28,4 +28,4 @@ jobs:
- name: Script and pipelines basic validation
working-directory: .
run: .server/prod-server.sh validate
shell: bash
shell: bash

0 comments on commit acd58cb

Please sign in to comment.