Skip to content

Commit

Permalink
release: 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2024
1 parent ab4b5bf commit 1215edc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@3.0.0
uses: dailydotdev/action-devcard@3.1.0
with:
user_id: ${{ secrets.USER_ID }}
```
Expand All @@ -24,7 +24,7 @@ jobs:
### Required

- `user_id`: this is the unique id of the devcard, it can be found in the URL of the devcard or [here](https://app.daily.dev/api/id).
- e.g. `https://api.daily.dev/devcards/v2/0b156485612243bfa39093.0.071e276.png` where the user_id is `0b156485612243bfa39093.0.071e276`
- e.g. `https://api.daily.dev/devcards/v2/0b156485612243bfa39093.1.071e276.png` where the user_id is `0b156485612243bfa39093.1.071e276`
- Can be found at [https://app.daily.dev/api/id](https://app.daily.dev/api/id)

### Optional
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@3.0.0
uses: dailydotdev/action-devcard@3.1.0
with:
user_id: ${{ secrets.USER_ID }}
commit_branch: devcard
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "action-devcard",
"version": "3.0.0",
"version": "3.1.0",
"description": "GitHub Action to download the devcard from daily.dev",
"private": true,
"author": {
Expand Down

0 comments on commit 1215edc

Please sign in to comment.