Skip to content

Commit f6382bb

Browse files
committed
doc: update document.
1 parent 012ed45 commit f6382bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here is the different delimiter example: <!--GAMFC_TABEL-->different `GAMFC_TABE
1212
- `token` Your `GITHUB_TOKEN`. This is required. Why do we need `token`? Read more here: [About the GITHUB_TOKEN secret](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/authenticating-with-the-github_token#about-the-github_token-secret). Default: `${{ github.token }}`
1313
- `body` what needs to be replaced
1414
- `path` file to be replaced
15-
- `branch` The person that committed the file. Default: `${{ github.ref_name }}`
15+
- `branch` The branch where the files are committed. Default: `${{ github.ref_name }}`
1616
- `ref` The name of the commit/branch/tag. Default: the repository’s default branch (usually `master`)
1717
- `overwrite` Overwrite the entire file content, by default `false`
1818
- `sync_local_file` Sync local file content, by default `true`

0 commit comments

Comments
 (0)