Skip to content

Commit

Permalink
fix(ci): failure due to permission error for .git
Browse files Browse the repository at this point in the history
  • Loading branch information
shricodev committed Jun 5, 2024
1 parent a9492ec commit 458ba73
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- name: Change Ownership of .git Directory
run: |
sudo chown -R $USER:$USER .git/
- uses: actions/checkout@v3
with:
submodules: true
Expand Down

0 comments on commit 458ba73

Please sign in to comment.