Skip to content

Commit

Permalink
fix(github): fixtures_feature.yaml ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed May 29, 2024
1 parent 43b5189 commit 2c8d045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fixtures_feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c8d045

Please sign in to comment.