Skip to content

Commit

Permalink
release: 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 23, 2024
1 parent fc4feaa commit e386c68
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@3.1.0
uses: dailydotdev/action-devcard@3.2.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.1.071e276.png` where the user_id is `0b156485612243bfa39093.1.071e276`
- e.g. `https://api.daily.dev/devcards/v2/0b156485612243bfa39093.2.071e276.png` where the user_id is `0b156485612243bfa39093.2.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.1.0
uses: dailydotdev/action-devcard@3.2.0
with:
user_id: ${{ secrets.USER_ID }}
commit_branch: devcard
Expand Down
17 changes: 8 additions & 9 deletions dist/37.index.js → dist/251.index.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
"use strict";
exports.id = 37;
exports.ids = [37];
exports.id = 251;
exports.ids = [251];
exports.modules = {

/***/ 4037:
/***/ 6251:
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ "toFormData": () => (/* binding */ toFormData)
/* harmony export */ toFormData: () => (/* binding */ toFormData)
/* harmony export */ });
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2777);
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8010);
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4741);
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4880);



Expand Down Expand Up @@ -367,7 +366,7 @@ async function toFormData(Body, ct) {
let contentType;
let filename;
const entryChunks = [];
const formData = new formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__/* .FormData */ .Ct();
const formData = new formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__/* .FormData */ .fS();

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

const appendFileToFormData = () => {
const file = new fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__/* .File */ .$B(entryChunks, filename, {type: contentType});
const file = new fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__/* .File */ .ZH(entryChunks, filename, {type: contentType});
formData.append(entryName, file);
};

Expand Down
16 changes: 8 additions & 8 deletions dist/index.js

Large diffs are not rendered by default.

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

0 comments on commit e386c68

Please sign in to comment.