Update README.md

This commit is contained in:
Nicco 2021-10-27 12:27:38 +02:00 committed by GitHub
parent 6515c6f5a8
commit ad77892b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: confluence-markdown-sync
- uses: cupcakearmy/confluence-markdown-sync@v1
with:
from: './README.md'
to: '123456' # The confluence page id where to write the output
@ -52,7 +52,7 @@ token: ${{ secrets.token }}
1. Clone the repo
2. Install [act](https://github.com/nektos/act)
3. Create the same config in the repo folder as in the getting started section above.
4. Change `uses: confluence-markdown-sync` -> `uses: ./`
4. Change `uses: cupcakearmy/confluence-markdown-sync@v1` -> `uses: ./`
5. Create an example markdown file `Some.md` and set it in the config `from: './Some.md'`
6. Run locally `act -b`