mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
fix: typo in inputs.disable_safe_directory (#1666)
Signed-off-by: Martin Kröning <martin.kroening@eonerc.rwth-aachen.de>
This commit is contained in:
@@ -155,7 +155,7 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Set safe directory
|
||||
if: ${{ inputs.set_safe_directory != 'true' }}
|
||||
if: ${{ inputs.disable_safe_directory != 'true' }}
|
||||
shell: bash
|
||||
run: |
|
||||
git config --global --add safe.directory ${{ github.workspace }}
|
||||
|
||||
Reference in New Issue
Block a user