From 03c2225b7100809aa68dcf0e406fbe26367cd29a Mon Sep 17 00:00:00 2001 From: kelvinqian00 Date: Wed, 8 Mar 2023 10:04:18 -0500 Subject: [PATCH] Remove now-redundant inner dir --- README.md | 2 +- setup-env/action.yml => action.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename setup-env/action.yml => action.yml (100%) diff --git a/README.md b/README.md index 87b171a..a118591 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ GitHub action to set up Java, Clojure, and Node environments. To run, invoke it ``` yaml steps: - name: Setup CI Environment - uses: yetanalytics/actions/setup-env@ + uses: yetanalytics/action-setup-env@ with: java-version: '11' java-distribution: 'temurin' diff --git a/setup-env/action.yml b/action.yml similarity index 100% rename from setup-env/action.yml rename to action.yml