Skip to content

Commit

Permalink
Debug for CI actor shortcut.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jan 10, 2024
1 parent 4ef9304 commit 8d1110a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Update Needed?
id: updated
run: |
echo "ACTOR: ${{github.actor}}"
if [[ $(git status --porcelain) ]]; then
echo "updated=true" >> ${GITHUB_OUTPUT}
else
Expand Down
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ your app.

.. admonition:: Translations are available

If you're not comfortable with English, translations of this tutorial are
If you're not comfortable with English, this tutorial has been translations of this tutorial are
available in
`Deutsch <https://docs.beeware.org/de>`__,
`Español <https://docs.beeware.org/es>`__,
Expand All @@ -31,8 +31,8 @@ your app.
all.

If you'd like the help improve the translation, get in touch! We have a
``#translations`` channel in `Discord <https://beeware.org/bee/chat/>`__;
introduce yourself there and we will add you to the translation team.
``#translations`` channel in `Discord <https://beeware.org/bee/chat/>`__.
Introduce yourself there and we will add you to the translation team.

.. only:: human_translation

Expand All @@ -43,8 +43,8 @@ your app.
not translated at all.

If you'd like the help improve the translation, get in touch! We have a
``#translations`` channel in `Discord <https://beeware.org/bee/chat/>`__;
introduce yourself there and we will add you to the translation team.
``#translations`` channel in `Discord <https://beeware.org/bee/chat/>`__.
Introduce yourself there and we will add you to the translation team.

What is BeeWare?
================
Expand Down

0 comments on commit 8d1110a

Please sign in to comment.