Skip to content

Commit 9ba9b5e

Browse files
Merge pull request #105
Update README with workflow link and remove unused `config` property
2 parents cf0b502 + 2f01656 commit 9ba9b5e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
uses: TheDragonCode/.github/.github/workflows/preview.yml@main
3333
```
3434
35+
You can see a workflow here: https://github.com/TheDragonCode/.github/blob/main/.github/workflows/preview.yml
36+
3537
## Usage
3638
3739
Create the file `.github/workflows/preview.yml` with the following content:
@@ -233,7 +235,6 @@ jobs:
233235
with:
234236
token: ${{ secrets.GITHUB_TOKEN }}
235237
readme: 'README_foo.md'
236-
config: '.github/preview-updater-foo.yml'
237238
238239
- name: Merge PR
239240
if: steps.preview1.outputs.pullRequestNumber != ''

0 commit comments

Comments
 (0)