mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +00: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:
parent
5c47607acb
commit
5031bf1562
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue