Skip to content

Commit

Permalink
add git config --global --add safe.directory to i386/kinetic
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Apr 19, 2022
1 parent 2cc84a7 commit 35920da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/config.yml
Expand Up @@ -97,6 +97,7 @@ jobs:
run: apt-get update && apt-get install -y software-properties-common && apt-get update && add-apt-repository -y ppa:git-core/ppa && apt-get update && apt-get install -y git
- name: Chcekout
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
git clone --depth=1 $GITHUB_SERVER_URL/$GITHUB_REPOSITORY $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE
git checkout -qf $GITHUB_SHA || (git fetch -q origin +$GITHUB_REF; git checkout -qf FETCH_HEAD)
Expand Down

0 comments on commit 35920da

Please sign in to comment.