diff options
author | ikoamu <ikoamu@gmail.com> | 2024-03-22 21:09:48 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-03-22 21:09:48 +0900 |
commit | f44355519a93a7363f2c7dfcafd473cce1edbe2a (patch) | |
tree | 5dc40c43a3c0da7c1e1544e35ac09e0cb01dbea5 /action.yml | |
parent | 846bd1c1cd55a5a2d18c6ece47529ace60302173 (diff) |
Update repository reference in action.yml
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |