diff --git a/.github/workflows/pr_frontend.yml b/.github/workflows/pr_frontend.yml index 70503d13..b1c84293 100644 --- a/.github/workflows/pr_frontend.yml +++ b/.github/workflows/pr_frontend.yml @@ -13,7 +13,7 @@ jobs: pull-requests: read # Set job outputs to values from filter step outputs: - backend: ${{ steps.filter.outputs.frontend }} + frontend: ${{ steps.filter.outputs.frontend }} steps: # For pull requests it's not necessary to checkout the code - uses: dorny/paths-filter@v3 diff --git a/client/README.md b/client/README.md index 6d0c4637..8984887f 100644 --- a/client/README.md +++ b/client/README.md @@ -1,7 +1,7 @@ [![Staging](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_staging.yml/badge.svg)](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_staging.yml) [![Production](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_main.yml/badge.svg)](https://github.com/usds/justice40-tool/actions/workflows/deploy_fe_main.yml) -# Justice40 Client +# Justice40 Clientss This README contains the following content: