File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 uses : tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
124124 with :
125125 files : ${{ inputs.path-pattern != '' && inputs.path-pattern || '**' }}
126- files_ignore : ${{ inputs.path-pattern-ignore != '' && inputs.path-pattern-ignore || 'docs/testing/req.md ' }}
126+ files_ignore : ${{ inputs.path-pattern-ignore != '' && inputs.path-pattern-ignore || '' }}
127127
128128 - name : Checkout
129129 if : env.MATCH == 'true' && (startsWith(github.event_name, 'pull_request') && steps.check-files.outputs.any_modified == 'true')
Original file line number Diff line number Diff line change 55[ Kibana] [ 1 ]
66
77[ 1 ] : docs-content://index.md
8-
9- test
Original file line number Diff line number Diff line change @@ -35,5 +35,3 @@ The tutorial assumes that you have no previous knowledge of Elasticsearch or gen
3535
3636
3737{applies_to}` ece: removed `
38-
39- test
You can’t perform that action at this time.
0 commit comments