Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Bump actions/checkout from 3 to 4 (#186) #329

Bump actions/checkout from 3 to 4 (#186)

Bump actions/checkout from 3 to 4 (#186) #329

Workflow file for this run

name: Gettext Updates
on:
push:
branches: [master]
jobs:
gettext_template:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: elementary/actions/gettext-template@master
env:
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "[email protected]"