We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bb669 commit 07d7473Copy full SHA for 07d7473
README.md
@@ -24,6 +24,23 @@ jobs:
24
github-token: ${{ secrets.GITHUB_TOKEN }}
25
```
26
27
+## Inputs
28
+
29
+### Required inputs
30
31
+- `commit-msg`: a text used as a commit message
32
+- `file-path`: a path to file to be updated
33
+- `github-token`: GitHub token
34
35
+### Optional inputs
36
37
+- `branch`: branch to push changes (`master` by default)
38
+- `allow-removing`: allow to remove file if local copy is missing
39
+ (`false` by default)
40
41
+Note that the action will produce an error iflocal copy is missing,
42
+and the `allow-removing` flag is `false`.
43
44
## License
45
46
See the [license file][License].
0 commit comments