Skip to content

Commit e7c4212

Browse files
committed
Update api_breakage.yml
1 parent ef77a7b commit e7c4212

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/api_breakage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
apt-get update -y
2727
apt-get install -y curl
2828
29+
- name: Mark repo as safe for Git
30+
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
31+
2932
- name: Run check API breakage
3033
run: |
3134
curl -s https://raw.githubusercontent.com/BinaryBirds/github-workflows/refs/heads/feature/breakage-workflow/scripts/check-api-breakage.sh | bash

0 commit comments

Comments
 (0)