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 d770ba1 commit 29e625eCopy full SHA for 29e625e
README.md
@@ -6,6 +6,8 @@ Update (i.e. commit and push) files on GitHub.
6
7
The action requires GitHub token for authentication; no username or e-mail are required.
8
9
+### Basic usage
10
+
11
Here is an example of a workflow using `action-update-file`:
12
13
<details>
@@ -34,6 +36,8 @@ jobs:
34
36
35
37
Note that this action does not change files. They should be changed with scripts and/or other actions.
38
39
+### Update multiple files
40
41
You can also update multiple files:
42
43
@@ -63,6 +67,8 @@ jobs:
63
67
```
64
68
</details>
65
69
70
+### Use glob patterns
71
66
72
The action supports glob patterns as well:
73
74
0 commit comments