diff --git a/README.md b/README.md index cf404ca..fb5748c 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ on: jobs: update-js: # Only run the cron on the account hosting this repository, not on the accounts of forks - # github.repository take the form of AccountName/repository-name - # Change '/' to match the name of the account hosting this repository - if: startsWith(github.repository, '/') + # Change '' to match the name of the account hosting this repository + if: github.repository_owner == '' name: Update JS runs-on: ubuntu-latest steps: