Skip to content

Commit c5ad635

Browse files
authored
fix typo (#960)
1 parent fc59f0d commit c5ad635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache_retain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
retain-maven-cache:
3131
name: Run all tests with Maven
3232
runs-on: ubuntu-latest
33-
# Only run this on the upstream repo. Otherwise, running in a person fork will cause
33+
# Only run this on the upstream repo. Otherwise, running in a personal fork will cause
3434
# Github to disable the personal fork copy of the workflow
3535
# (Github complains about running a scheduled workflow on a repo with > 60 days of inactivity)
3636
if: github.ref == 'refs/heads/main' && github.repository == 'unicode-org/unicodetools'

0 commit comments

Comments
 (0)