Skip to content

Commit 958db5a

Browse files
release: 3.2.1
1 parent 1ef81ab commit 958db5a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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.2.0
17+
uses: dailydotdev/action-devcard@3.2.1
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.2.071e276.png` where the user_id is `0b156485612243bfa39093.2.071e276`
27+
- e.g. `https://api.daily.dev/devcards/v2/0b156485612243bfa39093.2.171e276.png` where the user_id is `0b156485612243bfa39093.2.171e276`
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.2.0
57+
uses: dailydotdev/action-devcard@3.2.1
5858
with:
5959
user_id: ${{ secrets.USER_ID }}
6060
commit_branch: devcard

dist/251.index.js renamed to dist/886.index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
"use strict";
2-
exports.id = 251;
3-
exports.ids = [251];
2+
exports.id = 886;
3+
exports.ids = [886];
44
exports.modules = {
55

6-
/***/ 6251:
6+
/***/ 4886:
77
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
88

99
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
1010
/* harmony export */ toFormData: () => (/* binding */ toFormData)
1111
/* harmony export */ });
12-
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4741);
13-
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4880);
12+
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(939);
13+
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8369);
1414

1515

1616

dist/index.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)