Skip to content

Fix terminal warning on navigate (#260) #239

Fix terminal warning on navigate (#260)

Fix terminal warning on navigate (#260) #239

Workflow file for this run

name: Gettext Updates
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/elementary/docker:next-unstable
steps:
- name: Install git
run: |
apt-get update
apt-get install git -y
- name: Clone repository
<<<<<<< HEAD

Check failure on line 20 in .github/workflows/gettext.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gettext.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
uses: actions/checkout@v4
=======
uses: actions/checkout@v3
>>>>>>> b013b28 (actions/checkout@v3 (#254))
with:
token: ${{ secrets.GIT_USER_TOKEN }}
- name: Update Translation Files
uses: elementary/actions/gettext-template@next
env:
GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "[email protected]"