Add uses to PR comment action

This commit is contained in:
Vim USDS 2022-03-15 16:27:55 -07:00
parent f3d2afc85d
commit 8bd6f2e337

View file

@ -29,7 +29,8 @@ jobs:
if: contains(steps.changed-files.outputs.modified_files, 'client/src/intl/en.json') if: contains(steps.changed-files.outputs.modified_files, 'client/src/intl/en.json')
run: | run: |
echo "is_en_json_modified=true" >> GITHUB_ENV echo "is_en_json_modified=true" >> GITHUB_ENV
- name: Update PR with deployed URL - name: Update PR with translation needed comment
uses: mshick/add-pr-comment@v1
if: $ {{ env.is_en_json_modified }} if: $ {{ env.is_en_json_modified }}
with: with:
message: | message: |