Update action.yml

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

View file

@ -182,7 +182,7 @@ runs:
shell: bash
run: |
git config --global --add safe.directory "${{ github.workspace }}"
git config --global --add safe.directory "${{ GITHUB_WORKSPACE }}"
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Set fork
shell: bash