Skip to content

feat: allow to pass custom git actor to flarum/action-build #3599

feat: allow to pass custom git actor to flarum/action-build

feat: allow to pass custom git actor to flarum/action-build #3599

Workflow file for this run

name: Frontend Workflow
on: [workflow_dispatch, push, pull_request]
jobs:
run:
uses: ./.github/workflows/REUSABLE_frontend.yml

Check failure on line 7 in .github/workflows/frontend.yml

View workflow run for this annotation

GitHub Actions / Frontend Workflow

Invalid workflow file

The workflow is not valid. In .github/workflows/frontend.yml (Line: 7, Col: 11): Error from called workflow flarum/framework/.github/workflows/REUSABLE_frontend.yml@8b1c233690353958dca168e1039d2498a85f3641 (Line: 172, Col: 13): A mapping was not expected
with:
frontend_directory: ./
backend_directory: ./
js_package_manager: yarn
cache_dependency_path: ./yarn.lock
main_git_branch: 2.x
enable_tests: true
enable_bundlewatch: true
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}