Skip to content

Commit

Permalink
release: 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2023
1 parent 778fdcf commit 6781c6a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 77 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.0
uses: dailydotdev/action-devcard@2.3.1
with:
devcard_id: ${{ secrets.DEVCARD_ID }}
```
Expand All @@ -24,7 +24,7 @@ jobs:
### Required

- `devcard_id`: this is the unique hash of the devcard, it can be found in the URL of the devcard.
- e.g. `https://api.daily.dev/devcards/0b156485612243bfa39092f30071e276.png` where the devcard_id is `0b156485612243bfa39092f30071e276`
- e.g. `https://api.daily.dev/devcards/0b156485612243bfa39092.3.171e276.png` where the devcard_id is `0b156485612243bfa39092.3.171e276`
- Can be found at [https://app.daily.dev/devcard](https://app.daily.dev/devcard)

### Optional
Expand All @@ -51,7 +51,7 @@ jobs:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@2.3.0
uses: dailydotdev/action-devcard@2.3.1
with:
devcard_id: ${{ secrets.DEVCARD_ID }}
commit_branch: devcard
Expand Down
42 changes: 0 additions & 42 deletions dist/vendor/8.14.2/linux-x64/THIRD-PARTY-NOTICES.md

This file was deleted.

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

This file was deleted.

30 changes: 0 additions & 30 deletions dist/vendor/8.14.2/linux-x64/versions.json

This file was deleted.

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

0 comments on commit 6781c6a

Please sign in to comment.