Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jfx2006 committed Jun 12, 2024
1 parent d50a78c commit 5be40fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit 5be40fe

Please sign in to comment.