From 8e1843ec261a002665b75d37ef816b7779465e2f Mon Sep 17 00:00:00 2001 From: Spencer Lepine <60903378+spencerlepine@users.noreply.github.com> Date: Wed, 3 Apr 2024 07:43:47 -0700 Subject: [PATCH] docs: update README example workflows --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2c4adb..4639a28 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Add the following part in your workflow file: runs-on: ubuntu-latest steps: - name: Create Medium Post - uses: philips-software/post-to-medium-action@v0.4.1 + uses: philips-software/post-to-medium-action@v0.6.0 with: integration_token: "${{ secrets.INTEGRATION_TOKEN }}" content: | @@ -70,10 +70,10 @@ Add the following part in your workflow file: name: Post to Medium runs-on: ubuntu-latest steps: - - name: Check out reposity + - name: Check out repository uses: actions/checkout@v2 - name: Create Medium Post - uses: philips-software/post-to-medium-action@v0.4.1 + uses: philips-software/post-to-medium-action@v0.6.0 with: integration_token: "${{ secrets.INTEGRATION_TOKEN }}" file: "path/to/story.md"