Skip to content

Commit

Permalink
Mark the github workspace as safe (#11159)
Browse files Browse the repository at this point in the history
* Mark the github workspace as safe

* Move the git config step after git is installed in the test containers
  • Loading branch information
cmmarslender authored Apr 13, 2022
1 parent a99c3be commit b3a9459
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-install-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ jobs:
apt-get --yes update
apt-get install --yes git lsb-release sudo
- name: Add safe git directory
run: git config --global --add safe.directory $GITHUB_WORKSPACE

# after installing git so we use that copy
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit b3a9459

Please sign in to comment.