Update action.yml

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

View file

@ -181,7 +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
shell: bash