Skip to content

Commit

Permalink
Merge branch 'dev' into clear-search-button
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Mar 5, 2024
2 parents 5e14cd8 + bdcd1fa commit f8c6a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Check for updated files
if: (github.event_name != 'pull_request' && github.ref_name == 'dev') || github.event_name == 'scheduled'
uses: tj-actions/verify-changed-files@eb6d385c0e52fb28e2f6b70e15c835cb3cbfff17 # v18
uses: tj-actions/verify-changed-files@d774a4c7ebe335445d79c7b44138f56a76058ba0 # v19
id: verify-changed-files
with:
files: '**/locales/*/*.json'
Expand All @@ -114,7 +114,7 @@ jobs:
- name: Get files to commit
if: steps.run-prettier.conclusion == 'success'
uses: tj-actions/verify-changed-files@eb6d385c0e52fb28e2f6b70e15c835cb3cbfff17 # v18
uses: tj-actions/verify-changed-files@d774a4c7ebe335445d79c7b44138f56a76058ba0 # v19
id: get-pending-files
with:
separator: <br>
Expand Down

0 comments on commit f8c6a0b

Please sign in to comment.