File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3333 # Get the list of changed files, excluding Markdown files and deleted files
3434 - name : Get changed files
3535 id : changed-files
36- uses : tj-actions/changed-files@115870536a85eaf050e369291c7895748ff12aea
36+ uses : tj-actions/changed-files@666c9d29007687c52e3c7aa2aac6c0ffcadeadc3
3737 with :
3838 files : ${{ matrix.language }}/**
3939 files_ignore : ' **/*.md'
Original file line number Diff line number Diff line change @@ -375,8 +375,11 @@ $RECYCLE.BIN/
375375
376376# ## CDK-specific ignores ###
377377* .swp
378- cdk.context.json
379378package-lock.json
380379yarn.lock
381380.cdk.staging
382381cdk.out
382+
383+ # Although this file is being ignored in this repository, generally it should be commited.
384+ # https://docs.aws.amazon.com/cdk/v2/guide/context.html#context-construct
385+ cdk.context.json
You can’t perform that action at this time.
0 commit comments