aboutsummaryrefslogtreecommitdiff
path: root/.github/actions
diff options
context:
space:
mode:
authorYash <[email protected]>2024-04-11 04:52:44 +0000
committerYash <[email protected]>2024-04-11 04:52:44 +0000
commit6dcc7d18c9be5e3a5e0a3ff60668424ee0158b4e (patch)
tree179aa936536510cc707368fc7c330c4c7fbdc3f8 /.github/actions
parentnovel editor (diff)
parentsave user ID with url to ensure that same website can be saved by users (diff)
downloadsupermemory-new-ui.tar.xz
supermemory-new-ui.zip
Merge branch 'main' of https://github.com/Dhravya/supermemory into new-uinew-ui
Diffstat (limited to '.github/actions')
-rw-r--r--.github/actions/buildextension/action.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/actions/buildextension/action.yml b/.github/actions/buildextension/action.yml
index b65953d7..ed0d7fa0 100644
--- a/.github/actions/buildextension/action.yml
+++ b/.github/actions/buildextension/action.yml
@@ -1,7 +1,7 @@
-name: 'Build Chrome extension'
-description: 'Builds the chrome extension into a ZIP'
+name: "Build Chrome extension"
+description: "Builds the chrome extension into a ZIP"
runs:
- using: 'composite'
+ using: "composite"
steps:
- name: Setup Bun
uses: oven-sh/setup-bun@v1
@@ -26,4 +26,4 @@ runs:
uses: actions/upload-artifact@v3
with:
name: extension-${{ github.sha }}
- path: apps/extension/dist/extension-${{ github.sha }}.zip \ No newline at end of file
+ path: apps/extension/dist/extension-${{ github.sha }}.zip