Skip to content

Commit

Permalink
Remove git config --global --add safe.directory from constraints.yml
Browse files Browse the repository at this point in the history
Since the base image does not have git installed, this step currently fails, but it seems v3 and above of `peter-evans/create-pull-request` do not need this.
  • Loading branch information
matentzn authored Nov 25, 2024
1 parent 382577b commit 25553f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/constraints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- name: Checkout main branch
uses: actions/checkout@v4
- name: work around permission issue
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Build constraints.txt
run: sh update-constraints.sh --in-docker
- name: Create Pull Request
Expand Down

0 comments on commit 25553f5

Please sign in to comment.