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