Skip to content

Commit

Permalink
Use it for the other job
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Oct 18, 2024
1 parent 42851ed commit 02684a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
done
joined=$(printf ",\"%s\"" "${CHANGED_SERVICES[@]}")
echo "changed_services=[${joined:1}]"
echo 'changed_services=["cat", "dog"]' >> "$GITHUB_OUTPUT"
echo "changed_services=[${joined:1}]" >> "$GITHUB_OUTPUT"
outputs:
changed_services: ${{ steps.changed-services.outputs.changed_services }}
Expand Down

0 comments on commit 02684a6

Please sign in to comment.