Skip to content

Commit

Permalink
Remove additional checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Oct 12, 2024
1 parent 63dcec0 commit ce23f38
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/translation_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,11 @@ jobs:
update-all-templates:
runs-on: ubuntu-20.04
steps:
- name: Checkout SuperTux repository
uses: actions/checkout@v4
with:
repository: 'SuperTux/supertux'
fetch-depth: 1

- name: Update translation templates
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Pull repository:
git fetch origin
git checkout master
git rebase origin/master
# Update translation templates:
chmod +x makepot.sh
./makepot.sh
Expand Down

0 comments on commit ce23f38

Please sign in to comment.