Skip to content

Commit

Permalink
added safe git action path
Browse files Browse the repository at this point in the history
  • Loading branch information
endimion committed Apr 24, 2024
1 parent 535710d commit e359f68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: self-hosted # Using the same VM that hosts the service

steps:
- name: Configure Safe Directory
run: git config --global --add safe.directory /home/nikos/itb/ewc-poc/ewc-wallet-conformance-backend

- uses: actions/checkout@v2
name: Checkout code

Expand Down

0 comments on commit e359f68

Please sign in to comment.