Skip to content

Commit

Permalink
release: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 14, 2024
1 parent 1d67bef commit 2769722
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 374 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@2.3.1
uses: dailydotdev/action-devcard@3.0.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/0b156485612243bfa39092.3.171e276.png` where the user_id is `0b156485612243bfa39092.3.171e276`
- e.g. `https://api.daily.dev/devcards/v2/0b156485612243bfa39093.0.071e276.png` where the user_id is `0b156485612243bfa39093.0.071e276`
- Can be found at [https://app.daily.dev/api/id](https://app.daily.dev/api/id)

### Optional
Expand All @@ -51,7 +51,7 @@ jobs:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@2.3.1
uses: dailydotdev/action-devcard@3.0.0
with:
user_id: ${{ secrets.USER_ID }}
commit_branch: devcard
Expand Down
6 changes: 3 additions & 3 deletions dist/37.index.js
Expand Up @@ -3,15 +3,15 @@ exports.id = 37;
exports.ids = [37];
exports.modules = {

/***/ 94037:
/***/ 4037:
/***/ ((__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 */ });
/* harmony import */ var fetch_blob_from_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(32777);
/* harmony import */ var formdata_polyfill_esm_min_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(68010);
/* 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);



Expand Down
Binary file removed dist/build/Release/sharp-linux-x64.node
Binary file not shown.
245 changes: 13 additions & 232 deletions dist/index.js

Large diffs are not rendered by default.

43 changes: 0 additions & 43 deletions dist/vendor/8.14.5/linux-x64/THIRD-PARTY-NOTICES.md

This file was deleted.

Binary file removed dist/vendor/8.14.5/linux-x64/lib/libvips-cpp.so.42
Binary file not shown.
1 change: 0 additions & 1 deletion dist/vendor/8.14.5/linux-x64/platform.json

This file was deleted.

31 changes: 0 additions & 31 deletions dist/vendor/8.14.5/linux-x64/versions.json

This file was deleted.

60 changes: 0 additions & 60 deletions dist/xhr-sync-worker.js

This file was deleted.

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

0 comments on commit 2769722

Please sign in to comment.