Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danphilibin committed Sep 13, 2024
1 parent 6f7d301 commit c17ba33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You will need an API key to use this action. Follow these steps to create an API

```yml
- name: Create Campsite Post
uses: campsite/campsite-github-action@v0.1.0
uses: campsite/campsite-github-action@v1.0.0
with:
api_key: ${{ secrets.CAMPSITE_API_KEY }}
action_type: create_post
Expand All @@ -28,7 +28,7 @@ You will need an API key to use this action. Follow these steps to create an API
```yml
- name: Add Deployment Status Comment
uses: campsite/campsite-github-action@v0.1.0
uses: campsite/campsite-github-action@v1.0.0
with:
api_key: ${{ secrets.CAMPSITE_API_KEY }}
action_type: "create_comment"
Expand All @@ -48,7 +48,7 @@ You will need an API key to use this action. Follow these steps to create an API
```yml
- name: Send Campsite Message
uses: campsite/campsite-github-action@v0.1.0
uses: campsite/campsite-github-action@v1.0.0
with:
api_key: ${{ secrets.CAMPSITE_API_KEY }}
action_type: create_message
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create Campsite Post
uses: campsite/campsite-github-action@v0.1.0
uses: campsite/campsite-github-action@v1.0.0
with:
api_key: ${{ secrets.CAMPSITE_API_KEY }}
action_type: "create_post"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "campsite-github-action",
"version": "0.1.0",
"version": "1.0.0",
"description": "Create content in Campsite from your GitHub Actions workflow.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit c17ba33

Please sign in to comment.