Rename job output

This commit is contained in:
abejgonzalez
2022-04-07 18:39:51 -07:00
committed by mergify-bot
parent af5c586aff
commit f7ed3031d2

View File

@@ -34,7 +34,7 @@ jobs:
# Queried by downstream jobs to determine if they should run.
outputs:
needs-docs: ${{ steps.filter.outputs.docs }}
needs-rtl-build: ${{ steps.filter.outputs.all_count != steps.filter.outputs.skip-rtl_count }}
needs-rtl: ${{ steps.filter.outputs.all_count != steps.filter.outputs.skip-rtl_count }}
steps:
- uses: actions/checkout@v2