aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-01-23 23:50:55 +0900
committerikoamu <ikoamu@gmail.com>2024-01-23 23:50:55 +0900
commitf65b21f54fe6054087965edd7ed7737124e906bb (patch)
tree4af144fb8057b77dc2be0f76e2fed9f873b80c82
parent5e239cbd004721bd6d72919c080656d1206e5739 (diff)
Comment out org-roam-ui checkout and test steps
-rw-r--r--action.yml19
1 files changed, 9 insertions, 10 deletions
diff --git a/action.yml b/action.yml
index b20a5bc..de9607b 100644
--- a/action.yml
+++ b/action.yml
@@ -7,19 +7,18 @@ runs:
run: ls -l
shell: bash
- - name: Checkout org-roam-ui
- uses: actions/checkout@v4
- with:
- repository: ikoamu/org-roam-ui
- ref: feature/add-export-functionality
- path: ui
+ # - name: Checkout org-roam-ui
+ # uses: actions/checkout@v4
+ # with:
+ # repository: ikoamu/org-roam-ui
+ # ref: feature/add-export-functionality
+ # path: ui
- - name: "Test"
- run: ls -l
- shell: bash
+ # - name: "Test"
+ # run: ls -l
+ # shell: bash
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.x"
-