Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Aug 8, 2024
1 parent 904fd35 commit 858aa2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/fixtures_feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
id: feature-name
shell: bash
run: |
echo names=$(grep -Po "^${GITHUB_REF_NAME}[^:]*" configs/feature.yaml | jq --raw-input . | jq -c --slurp .)
echo names=$(grep -Po "^${GITHUB_REF_NAME}[^:]*" configs/feature.yaml | jq --raw-input . | jq -c --slurp .) >> "$GITHUB_OUTPUT"
grep -Po "^${GITHUB_REF_NAME}[^:]*" configs/feature.yaml
names=$(grep -Po "^${GITHUB_REF_NAME}[^:]*" configs/feature.yaml | jq --raw-input . | jq -c --slurp .)
echo names=${names}
echo names=${names} >> "$GITHUB_OUTPUT"
build:
runs-on: ubuntu-latest
needs: feature-names
Expand Down

0 comments on commit 858aa2a

Please sign in to comment.