From b0d4ccbb5800b298981a02c55ae4ae0ad75721d3 Mon Sep 17 00:00:00 2001 From: Willy Date: Wed, 19 Apr 2023 20:56:12 +0200 Subject: [PATCH] fix copy-paste typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f66353f..20136825 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: fi shell: bash - name: get statping version information - id: statping-versions + id: tool-versions run: | echo "go_version=1.20.x" >> $GITHUB_OUTPUT echo "node_version=16.14.0" >> $GITHUB_OUTPUT