From 77cb89df7b4920e243713014e79d02ab71a2ad8e Mon Sep 17 00:00:00 2001 From: kobrikx Date: Fri, 18 Mar 2022 23:31:30 +0300 Subject: [PATCH] more fixes3 --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8de1877..6731350 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Copy and paste the following snippet into your .yml file. ```yaml - name: ize setup - uses: hazelops/setup-ize@0.0.1 + uses: hazelops/action-setup-ize@0.0.1 with: version: 0.3.0 ``` diff --git a/action.yml b/action.yml index 9ce8621..c77a15a 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ # JavaScript action -name: setup-ize +name: action-setup-ize description: Setup ize tool branding: icon: 'terminal'