From f44355519a93a7363f2c7dfcafd473cce1edbe2a Mon Sep 17 00:00:00 2001 From: ikoamu Date: Fri, 22 Mar 2024 21:09:48 +0900 Subject: Update repository reference in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'action.yml') diff --git a/action.yml b/action.yml index b1eb82d..68fccce 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +39,7 @@ runs: uses: actions/checkout@v4 with: repository: ikoamu/org-roam-ui - ref: feature/add-export-functionality + ref: publish-org-roam-ui path: ui - name: Setup Node -- cgit