Skip to content

Commit

Permalink
Add safe directory (#115)
Browse files Browse the repository at this point in the history
Add safe directory in the git config
  • Loading branch information
vedhav authored Nov 30, 2023
1 parent d510bce commit 2e9bb42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
ref: "${{ env.BRANCH_NAME }}"
token: "${{ steps.github-token.outputs.token }}"

- name: Add safe directory in git config
run: |
git config --global --add safe.directory $(pwd)
- name: Check if Cypress tests exist
id: find-cypress
run: |
Expand Down

0 comments on commit 2e9bb42

Please sign in to comment.