Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update action.yml
Browse files Browse the repository at this point in the history
jackton1 committed May 4, 2024
1 parent ad5240f commit c27a709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ inputs:
required: true
read-gitignore:
description: 'Indicates whether to read `.gitignore`. The `.gitignore` file will be ignored if set to `false`. Overrides `match-gitignore-files`'
default: "true"
default: "false"
required: true
fail-if-changed:
description: 'Indicates whether to fail if files have changed.'
@@ -64,7 +64,7 @@ runs:
match-directories: false
read-gitignore: ${{ inputs.read-gitignore }}
match-gitignore-files: ${{ inputs.match-gitignore-files }}
escape-paths: ${{ inputs.safe_output }}
safe-output: ${{ inputs.safe_output }}
- run: |
bash $GITHUB_ACTION_PATH/entrypoint.sh
id: verify-changed-files

0 comments on commit c27a709

Please sign in to comment.