Skip to content

[BUGFIX] fix TYPO3 Exception: Too few arguments to function Aoe\Restl… #44

[BUGFIX] fix TYPO3 Exception: Too few arguments to function Aoe\Restl…

[BUGFIX] fix TYPO3 Exception: Too few arguments to function Aoe\Restl… #44

Workflow file for this run

name: Deploy to TER
on:
push:
tags:
- "**"
jobs:
TERUpload:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_ORG_API_TOKEN }}