We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef77a7b commit e7c4212Copy full SHA for e7c4212
1 file changed
.github/workflows/api_breakage.yml
@@ -26,6 +26,9 @@ jobs:
26
apt-get update -y
27
apt-get install -y curl
28
29
+ - name: Mark repo as safe for Git
30
+ run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
31
+
32
- name: Run check API breakage
33
run: |
34
curl -s https://raw.githubusercontent.com/BinaryBirds/github-workflows/refs/heads/feature/breakage-workflow/scripts/check-api-breakage.sh | bash
0 commit comments