Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Props3D authored Nov 17, 2024
1 parent 8ec5234 commit 801c355
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
echo "done!"
- uses: "slord399/[email protected]"
- uses: "Props3D/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
echo "done!"
- uses: "slord399/[email protected]"
- uses: "Props3D/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
echo "done!"
- uses: "slord399/[email protected]"
- uses: "Props3D/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
Expand Down Expand Up @@ -160,7 +160,7 @@ The GitHub Actions framework allows you to trigger this (and other) actions on _
If you wish to live on the bleeding edge you may use a stable release instead. See [releases](../../releases/latest) for the available versions.

```yaml
- uses: "slord399/action-automatic-releases@<VERSION>"
- uses: "Props3D/action-automatic-releases@<VERSION>"
```

## How to get help
Expand Down

0 comments on commit 801c355

Please sign in to comment.