Skip to content

Commit

Permalink
fix: correct english path
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 committed Nov 27, 2023
1 parent 3474f9f commit 5984456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-actuality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# replace '/uk/' with '/en-us/' in $original
original=${original/\/uk\//\/en-us\/}
# Get commits for ${{ needs.prepare.outputs.translation }} after ${{ steps.latest-commit.outputs.latest_commit_timestamp }} timestamp
git log --format=%H --since=${{ steps.latest-commit.outputs.latest_commit_timestamp }} -- ${{ needs.prepare.outputs.translation }} > ../fresh_commits.txt
git log --format=%H --since=${{ steps.latest-commit.outputs.latest_commit_timestamp }} -- $original > ../fresh_commits.txt
cat ../fresh_commits.txt
# has_fresh_commits is true when there are fresh commits, otherwise false
if [ -s ../fresh_commits.txt ]; then
Expand Down

0 comments on commit 5984456

Please sign in to comment.