From ad77892b7cc79c8541608dbb33d47f736f9a6898 Mon Sep 17 00:00:00 2001 From: Nicco Date: Wed, 27 Oct 2021 12:27:38 +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 40f74f5..ef6fe35 100644 --- a/README.md +++ b/README.md @@ -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`