Skip to content

Commit 34a2796

Browse files
committed
Lets see
1 parent fb24a2b commit 34a2796

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/workflow.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ jobs:
88
- name: "Checkout code"
99
uses: actions/checkout@v4
1010

11-
- name: Configure Git safe directories
12-
run: |
13-
git config --global --add safe.directory "$GITHUB_WORKSPACE"
14-
git config --global --add safe.directory "$(pwd)"
15-
git config --global --add safe.directory /github/workspace
16-
git config --global --add safe.directory /__w/drupal-10-development/drupal-10-development
17-
git config --global --add safe.directory '*'
18-
echo "Current directory: $(pwd)"
19-
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
20-
2111
- name: Install PHP with extensions
2212
uses: shivammathur/setup-php@2.35.4
2313
with:

0 commit comments

Comments
 (0)