Skip to content

Commit

Permalink
Feed it into the other job
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Oct 18, 2024
1 parent 1553788 commit f4a761c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
CHANGED_SERVICES+=("\"$file\"")
fi
done
echo "[${CHANGED_SERVICES[@]}]"
echo 'changed_services=["cat", "dog"]' >> "$GITHUB_OUTPUT"
echo "changed_services=[${CHANGED_SERVICES[@]}]"
echo "changed_services=[${CHANGED_SERVICES[@]}]" >> "$GITHUB_OUTPUT"
outputs:
changed_services: ${{ steps.changed-services.outputs.changed_services }}
Expand Down

0 comments on commit f4a761c

Please sign in to comment.