Skip to content

pkgstore-archive/github-action-flarum-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action: Flarum Build

Workflow Syntax

name: "Flarum Build"

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

jobs:
  mirror:
    runs-on: ubuntu-latest
    name: "Build"
    steps:
      - uses: "pkgstore/github-action-flarum-build@main"
        with:
          repo: "https://github.com/${{ github.repository }}.git"
          user: "${{ secrets.BUILD_USER_NAME }}"
          email: "${{ secrets.BUILD_USER_EMAIL }}"
          token: "${{ secrets.BUILD_USER_TOKEN }}"