We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4e8de commit 2bcba22Copy full SHA for 2bcba22
2 files changed
README.md
@@ -45,7 +45,7 @@ change-map:
45
46
eg. For a Python project where you want a list of Python files changed with and without deleted files
47
```yaml
48
-uses: AceFire6/file_changes@v{version}
+uses: AceFire6/file_changes@v0.1.0
49
with:
50
change-map: |
51
python: {"globs": "*.py", "separateDeleted": true}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "file-changes",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"private": true,
5
"description": "A customisable filter that uses git to get changed files based on rules and sets them to outputs",
6
"main": "lib/main.js",
0 commit comments