Skip to content

Commit

Permalink
Merge pull request #34 from spencerlepine/patch-1
Browse files Browse the repository at this point in the history
docs: update README example workflows
  • Loading branch information
Brend-Smits authored Apr 3, 2024
2 parents 5870a38 + 8e1843e commit 100f011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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"
Expand Down

0 comments on commit 100f011

Please sign in to comment.