mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-24 02:24:20 -08:00
Add uses to PR comment action
This commit is contained in:
parent
f3d2afc85d
commit
8bd6f2e337
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy_fe_staging.yml
vendored
3
.github/workflows/deploy_fe_staging.yml
vendored
|
@ -29,7 +29,8 @@ jobs:
|
|||
if: contains(steps.changed-files.outputs.modified_files, 'client/src/intl/en.json')
|
||||
run: |
|
||||
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 }}
|
||||
with:
|
||||
message: |
|
||||
|
|
Loading…
Add table
Reference in a new issue