Skip to content

Commit 1215edc

Browse files
release: 3.1.0
1 parent ab4b5bf commit 1215edc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: devcard
17-
uses: dailydotdev/action-devcard@3.0.0
17+
uses: dailydotdev/action-devcard@3.1.0
1818
with:
1919
user_id: ${{ secrets.USER_ID }}
2020
```
@@ -24,7 +24,7 @@ jobs:
2424
### Required
2525
2626
- `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).
27-
- e.g. `https://api.daily.dev/devcards/v2/0b156485612243bfa39093.0.071e276.png` where the user_id is `0b156485612243bfa39093.0.071e276`
27+
- e.g. `https://api.daily.dev/devcards/v2/0b156485612243bfa39093.1.071e276.png` where the user_id is `0b156485612243bfa39093.1.071e276`
2828
- Can be found at [https://app.daily.dev/api/id](https://app.daily.dev/api/id)
2929

3030
### Optional
@@ -54,7 +54,7 @@ jobs:
5454
contents: write
5555
steps:
5656
- name: devcard
57-
uses: dailydotdev/action-devcard@3.0.0
57+
uses: dailydotdev/action-devcard@3.1.0
5858
with:
5959
user_id: ${{ secrets.USER_ID }}
6060
commit_branch: devcard

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-devcard",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "GitHub Action to download the devcard from daily.dev",
55
"private": true,
66
"author": {

0 commit comments

Comments
 (0)