Skip to content

Commit

Permalink
BACKLOG-22554: Fixed an issue with the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Fgerthoffert authored Apr 15, 2024
1 parent 68921b6 commit b3db08a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

steps:
- name: Add safe directory
shell: bash
run: |
git config --global --add safe.directory /__w/jahia-base-demo-templates/jahia-base-demo-templates
# Providing the SSH PRIVATE of a user part of an admin group
# is necessary to bypass PR checks
- uses: actions/checkout@v3
Expand Down

0 comments on commit b3db08a

Please sign in to comment.