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.
2 parents cf0b502 + 2f01656 commit 9ba9b5eCopy full SHA for 9ba9b5e
1 file changed
README.md
@@ -32,6 +32,8 @@ jobs:
32
uses: TheDragonCode/.github/.github/workflows/preview.yml@main
33
```
34
35
+You can see a workflow here: https://github.com/TheDragonCode/.github/blob/main/.github/workflows/preview.yml
36
+
37
## Usage
38
39
Create the file `.github/workflows/preview.yml` with the following content:
@@ -233,7 +235,6 @@ jobs:
233
235
with:
234
236
token: ${{ secrets.GITHUB_TOKEN }}
237
readme: 'README_foo.md'
- config: '.github/preview-updater-foo.yml'
238
239
- name: Merge PR
240
if: steps.preview1.outputs.pullRequestNumber != ''
0 commit comments