Update README.md

This commit is contained in:
Nicco 2021-10-27 13:48:10 +02:00 committed by GitHub
parent 60427a1726
commit 67d0f1dba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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