Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 17, 2024
1 parent 64a5fba commit ea52b5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get_node_version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Empty file modified .github/actions/get_node_version/get_node_version.sh
100644 → 100755
Empty file.

0 comments on commit ea52b5e

Please sign in to comment.