Skip to content

Commit

Permalink
docs: remove the @ prefix from action names in examples (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhalama authored Aug 16, 2023
1 parent 38646ad commit 4bba78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Update changelog
uses: @superfaceai/release-changelog-action@v2
uses: superfaceai/release-changelog-action@v2
with:
path-to-changelog: CHANGELOG.md # optional, default value is `CHANGELOG.md`
version: 1.0.0
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- name: Get changelog
id: get-changelog
uses: @superfaceai/release-changelog-action@v2
uses: superfaceai/release-changelog-action@v2
with:
path-to-changelog: CHANGELOG.md
version: 1.0.0
Expand Down

0 comments on commit 4bba78f

Please sign in to comment.