From 5be40fec30160cb0b2ea8962f2e1b286d2f3dcf2 Mon Sep 17 00:00:00 2001 From: Rob Lemley Date: Wed, 12 Jun 2024 14:22:57 -0400 Subject: [PATCH] update README --- .github/workflows/update.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e023b6cb..9187e90a 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -101,7 +101,7 @@ jobs: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" - run: git add . - name: git commit & push any changes - run: git diff-index --quiet HEAD || (git commit -F .prune_msg && git push) + run: git diff-index --quiet HEAD || (git commit -F .prune_msg && git push) - run: gh pr create --base main --head update --title "Update messages" --body "" || true env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 8586a5de..6e0a6624 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,5 @@ Note that unless otherwise specified, files in this repository have been processed from their Source Code Form, and therefore following our [license](./LICENSE) (MPL-2.0) do not necessarily carry a Source Code Form License Notice. -The Source Code Form for each such file is available from [mozilla/gecko-dev](https://github.com/mozilla/gecko-dev). +The Source Code Form for each such file is available from +[thunderbird/comm-unified-l10n](https://github.com/thunderbird/comm-unified-l10n).