From 2c8d045022e4a0a4aa9011c1d711d78ea8f4a7a5 Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Wed, 29 May 2024 21:26:22 +0000 Subject: [PATCH] fix(github): fixtures_feature.yaml ref name --- .github/workflows/fixtures_feature.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fixtures_feature.yaml b/.github/workflows/fixtures_feature.yaml index fc3299a0a0..7838bf1af9 100644 --- a/.github/workflows/fixtures_feature.yaml +++ b/.github/workflows/fixtures_feature.yaml @@ -19,7 +19,7 @@ jobs: id: feature-name shell: bash run: | - echo name=eip7692 >> "$GITHUB_OUTPUT" + echo name=${GITHUB_REF_NAME//@*/} >> "$GITHUB_OUTPUT" - name: Get the selected feature configuration from the config-feature.yaml id: config-feature-reader shell: bash