Update action.yml

This commit is contained in:
Tom Hu 2025-02-18 07:25:32 -03:00 committed by GitHub
parent d5424e2a46
commit c1ea3a2bf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -181,6 +181,7 @@ runs:
if: ${{ inputs.disable_safe_directory != 'true' }}
shell: bash
run: |
git config --global --add safe.directory "${{ github.workspace }}"
git config --global --add safe.directory "${{ GITHUB_WORKSPACE }}"
- name: Set fork