File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 # By default, .github/preview-updater.yml
5555 #
5656 # Required: false
57- configPath : ' '
57+ config : ' '
5858` ` `
5959
6060The action is setting the following outputs:
@@ -73,10 +73,10 @@ The action is setting the following outputs:
7373>
7474> For example,
7575>
76- > - template is `https://github.com/<repo>/.github/blob/main/<configPath >`.
76+ > - template is `https://github.com/<repo>/.github/blob/main/<config >`.
7777> - result is `https://github.com/TheDragonCode/.github/blob/main/.github/preview-updater.yml`.
7878
79- Create `.github/preview-updater.yml` (or provide your own path via `configPath `).
79+ Create `.github/preview-updater.yml` (or provide your own path via `config `).
8080All fields are optional—omitted ones fall back to defaults.
8181
8282` ` ` yaml
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ inputs:
1515 GitHub token with `contents:write` permission used to read and update repository files.
1616 required : true
1717
18- configPath :
18+ config :
1919 description : Path to the preview configuration YAML file.
2020 default : ' .github/preview-updater.yml'
2121 required : false
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const TOKEN = {
66} ;
77
88export const CONFIG_PATH = {
9- name : "configPath " ,
9+ name : "config " ,
1010 env : "INPUT_CONFIG_PATH" ,
1111 defaultValue : ".github/preview-updater.yml" ,
1212} ;
You can’t perform that action at this time.
0 commit comments