mirror of
https://github.com/cupcakearmy/confluence-markdown-sync.git
synced 2024-12-22 07:56:25 +00:00
Update README.md
This commit is contained in:
parent
6515c6f5a8
commit
ad77892b7c
@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- uses: confluence-markdown-sync
|
- uses: cupcakearmy/confluence-markdown-sync@v1
|
||||||
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: 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'`
|
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`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user