Skip to content

Commit

Permalink
Workflows/gettext: fix invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Oct 9, 2024
1 parent 1e3c41b commit 7a266f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GIT_USER_TOKEN }}
with:
submodules: true
- name: Update Translation Files
uses: elementary/actions/gettext-template@main
env:
GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "[email protected]"
GIT_USER_EMAIL: "[email protected]"

0 comments on commit 7a266f3

Please sign in to comment.