From 47e5381d86feee24e4566174e0793ddbd50e09eb Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 22:06:51 +0900 Subject: Update create_notes.sh to copy files from a specified org directory --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'action.yml') diff --git a/action.yml b/action.yml index 4592a76..689df93 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ runs: - name: Create Notes working-directory: action - run: ./create_notes.sh + run: ./create_notes.sh ../orgs shell: bash - name: print files -- cgit