Skip to content

Commit e386c68

Browse files
release: 3.2.0
1 parent fc4feaa commit e386c68

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
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.1.0
17+
uses: dailydotdev/action-devcard@3.2.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.1.071e276.png` where the user_id is `0b156485612243bfa39093.1.071e276`
27+
- e.g. `https://api.daily.dev/devcards/v2/0b156485612243bfa39093.2.071e276.png` where the user_id is `0b156485612243bfa39093.2.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.1.0
57+
uses: dailydotdev/action-devcard@3.2.0
5858
with:
5959
user_id: ${{ secrets.USER_ID }}
6060
commit_branch: devcard

dist/37.index.js dist/251.index.js

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
"use strict";
2-
exports.id = 37;
3-
exports.ids = [37];
2+
exports.id = 251;
3+
exports.ids = [251];
44
exports.modules = {
55

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

9-
__webpack_require__.r(__webpack_exports__);
109
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
11-
/* harmony export */ "toFormData": () => (/* binding */ toFormData)
10+
/* harmony export */ toFormData: () => (/* binding */ toFormData)
1211
/* harmony export */ });
13-
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2777);
14-
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8010);
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);
1514

1615

1716

@@ -367,7 +366,7 @@ async function toFormData(Body, ct) {
367366
let contentType;
368367
let filename;
369368
const entryChunks = [];
370-
const formData = new formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__/* .FormData */ .Ct();
369+
const formData = new formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__/* .FormData */ .fS();
371370

372371
const onPartData = ui8a => {
373372
entryValue += decoder.decode(ui8a, {stream: true});
@@ -378,7 +377,7 @@ async function toFormData(Body, ct) {
378377
};
379378

380379
const appendFileToFormData = () => {
381-
const file = new fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__/* .File */ .$B(entryChunks, filename, {type: contentType});
380+
const file = new fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__/* .File */ .ZH(entryChunks, filename, {type: contentType});
382381
formData.append(entryName, file);
383382
};
384383

dist/index.js

+8-8
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.1.0",
3+
"version": "3.2.0",
44
"description": "GitHub Action to download the devcard from daily.dev",
55
"private": true,
66
"author": {

0 commit comments

Comments
 (0)