From 1925aec521e14310a89d468972740195f92cf000 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Tue, 23 Jan 2024 23:43:31 +0900 Subject: Remove unused "using" field in action.yml --- action.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'action.yml') diff --git a/action.yml b/action.yml index b8df045..0ef37c7 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,6 @@ name: "Publish org-roam to GitHub Pages" runs: - using: "node20" steps: - name: "Test" run: echo "Hello World!" -- cgit