git ownership workaround
This commit is contained in:
parent
4b96cfd12d
commit
89436434ff
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -18,6 +18,9 @@ jobs:
|
|||
add-apt-repository -y ppa:git-core/ppa
|
||||
apt-get update
|
||||
apt-get install -y git
|
||||
- name: work around for permission issue
|
||||
run: |
|
||||
git config --global --add safe.directory /__w/lbry-android/lbry-android
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: aftercheckout
|
||||
|
|
Loading…
Reference in a new issue