Skip to content

Commit

Permalink
Version bump (#26)
Browse files Browse the repository at this point in the history
* Use v2 api

* Add v2 to example
  • Loading branch information
RunOrVeith authored Jul 20, 2023
1 parent 3d247f5 commit e1aadf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To use this action a token is required. Don't have one? We're here to help.
1. Add the `AUTOMAGICALLY_TOKEN` to your repository secrets
2. Add the following yml snippet to your steps and insert a value for `url` pointing to a publicly accessible deployment of your branch.
```yml
- uses: OctoMind-dev/automagically-action-execute@v1
- uses: OctoMind-dev/automagically-action-execute@v2
with:
url:
token: ${{ secrets.AUTOMAGICALLY_TOKEN }}
Expand All @@ -21,4 +21,4 @@ To use this action a token is required. Don't have one? We're here to help.
## Change Log
- 2023-07-20: Added requirement for setting `testTargetId` to enable v2 API
- 2023-07-20: Added requirement for setting `testTargetId` to enable v2 API
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "automagically-action-execute",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"main": "lib/main.js",
"type": "module",
Expand Down

0 comments on commit e1aadf7

Please sign in to comment.