We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a03a8 commit deaa02aCopy full SHA for deaa02a
1 file changed
.github/workflows/deploy.yml
@@ -9,6 +9,9 @@ jobs:
9
steps:
10
- name: Checkout code
11
uses: actions/checkout@v2
12
+ - name: Mark github workspace as safe
13
+ run: |
14
+ git config --global --add safe.directory /app
15
- name: Build
16
id: build
17
uses: php-actions/composer@v6
0 commit comments