Skip to content

Commit 5031bf1

Browse files
authored
fix: typo in inputs.disable_safe_directory (#1666)
Signed-off-by: Martin Kröning <[email protected]>
1 parent 5c47607 commit 5031bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ runs:
155155
using: "composite"
156156
steps:
157157
- name: Set safe directory
158-
if: ${{ inputs.set_safe_directory != 'true' }}
158+
if: ${{ inputs.disable_safe_directory != 'true' }}
159159
shell: bash
160160
run: |
161161
git config --global --add safe.directory ${{ github.workspace }}

0 commit comments

Comments
 (0)