Compare commits

...

2 Commits

Author SHA1 Message Date
Nicco 0d3d395931
typo 2023-03-30 10:19:55 +02:00
Nicco aefcf035d8
Update README.md 2023-03-30 10:18:10 +02:00
1 changed files with 5 additions and 1 deletions

View File

@ -41,7 +41,7 @@ It's **higly reccomended** that you use secrets!
To use them you need them to specify them before in your repo. [Docs](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets)
The you can use them in any input field.
Then you can use them in any input field.
```yml
# .github/workflows/my-workflow.yml
@ -49,6 +49,10 @@ The you can use them in any input field.
token: ${{ secrets.token }}
```
## Known Limitations
For now images will not be uploaded [see ticket](https://github.com/cupcakearmy/confluence-markdown-sync/issues/5), they would require extra steps. If anyone feedls brave enough, constributions are welcomed :)
## Development
1. Clone the repo