Skip to content

Commit

Permalink
GHA: tests-shell: Removes adding safe.directory step
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 10, 2024
1 parent 5667c63 commit d6ccc84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
- ./test_eval.sh
- ./test_vars.sh
steps:
- name: Adds safe directory
# Refs: https://github.com/actions/checkout/issues/760
run: git config --global --add safe.directory /__w
- uses: actions/checkout@v4
env:
# Refs: https://github.com/actions/checkout/issues/956
Expand Down

0 comments on commit d6ccc84

Please sign in to comment.