You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Here is the different delimiter example: <!--GAMFC_TABEL-->different `GAMFC_TABE
12
12
-`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 }}`
13
13
-`body` what needs to be replaced
14
14
-`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 }}`
16
16
-`ref` The name of the commit/branch/tag. Default: the repository’s default branch (usually `master`)
17
17
-`overwrite` Overwrite the entire file content, by default `false`
18
18
-`sync_local_file` Sync local file content, by default `true`
0 commit comments