From 67d0f1dba0f92de62ea5fdf8dd73cd1e17b0aa36 Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 27 Oct 2021 13:48:10 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fd43eb..3a7cb7a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: cupcakearmy/confluence-markdown-sync@v1 + - uses: cupcakearmy/confluence-markdown-sync 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: 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'` 6. Run locally `act -b`