We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb24a2b commit 34a2796Copy full SHA for 34a2796
.github/workflows/workflow.yml
@@ -8,16 +8,6 @@ jobs:
8
- name: "Checkout code"
9
uses: actions/checkout@v4
10
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
-
21
- name: Install PHP with extensions
22
uses: shivammathur/setup-php@2.35.4
23
with:
0 commit comments