-
-
Notifications
You must be signed in to change notification settings - Fork 26
GIT_DIFF includes all files #127
Comments
A destructive change has been made to filter using PATTERNS, instead of prefix and suffix filters, to add a way to exclude certain patterns (#122). Usage: The library used to specify the pattern: e.g.
↓
↓
↓
If you don't want to be case insensitive, use the MINIMATCH_OPTION_NOCASE option.
https://github.com/technote-space/get-diff-action/blob/master/action.yml |
I think you can use "outputs" as in the example below.
|
Thanks for the tip! But it appears that would require doing the |
Describe the bug: バグの概要
To Reproduce: 再現手順
Steps to reproduce the behavior:
Expected behavior: 期待する動作
Not even run anything because the PR didn't contain any changes to (PREFIX)
docs
and (SUFFIX).md
or theREADME.md
.Additional context: 補足
Perhaps I'm misinterpreting the documentation but I was expecting
env.GIT_DIFF
to be the result of the filtering I do withPREFIX
,SUFFIX
, andFILES
. Not the bare nakedgit diff
of the PR.Is this regression from v3 or am I just not understanding the documentation for v4??
The text was updated successfully, but these errors were encountered: