Skip to content

Not listing changed-files-specific #1641

Answered by jackton1
relkarthi asked this question in Q&A
Discussion options

You must be logged in to vote

HI @relkarthi, I'll suggest just using the .sql extension without braces since you aren't filtering multiple extensions.

E.g

      - name: Get changed files in the mysql folder
        id: changed-files-specific
        uses: tj-actions/changed-files@v39
        with:
          files: mysql/**.sql

mysql/**.sql: This would include all files and subfolders under the mysql folder
mysql/*.sql: This would only include files in the mysql folder

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jackton1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants