From ea52b5ed0f877695ab153127184212129f049d43 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Mon, 16 Sep 2024 18:51:34 -0600 Subject: [PATCH] fixup --- .github/actions/get_node_version/action.yml | 2 +- .github/actions/get_node_version/get_node_version.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 .github/actions/get_node_version/get_node_version.sh diff --git a/.github/actions/get_node_version/action.yml b/.github/actions/get_node_version/action.yml index 468ce727c2..51e41b60cf 100644 --- a/.github/actions/get_node_version/action.yml +++ b/.github/actions/get_node_version/action.yml @@ -11,6 +11,6 @@ runs: - id: get-node-version run: | - NODE_VERSION=$(./.github/actions/get_test_infos/get_test_infos.sh | base64 -d) + NODE_VERSION=$(./.github/actions/get_node_version.sh) echo "node-version=${NODE_VERSION}" >> "$GITHUB_OUTPUT" shell: bash diff --git a/.github/actions/get_node_version/get_node_version.sh b/.github/actions/get_node_version/get_node_version.sh old mode 100644 new mode 100755