Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update action.yml
  • Loading branch information
thomasrockhu-codecov authored Feb 18, 2025
commit 5e61ec85fe728dbef5ba1b08841301090747fb57
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Comment thread
thomasrockhu-codecov marked this conversation as resolved.

- name: Set fork
shell: bash
Expand Down