Skip to content

pkgstore-archive/github-action-flarum-l10n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action: Flarum L10N

Workflow Syntax

name: "Flarum L10N"

on:
  schedule:
    - cron:  "0 22 * * *"

jobs:
  mirror:
    runs-on: ubuntu-latest
    name: "L10N"
    steps:
      - uses: "pkgstore/github-action-flarum-l10n@main"
        with:
          repo: "https://github.com/${{ github.repository }}.git"
          user: "${{ secrets.L10N_USER_NAME }}"
          email: "${{ secrets.L10N_USER_EMAIL }}"
          token: "${{ secrets.L10N_USER_TOKEN }}"