Skip to content

Fix editing nextExecutionTime of scheduled tasks (#293) #333

Fix editing nextExecutionTime of scheduled tasks (#293)

Fix editing nextExecutionTime of scheduled tasks (#293) #333

Workflow file for this run

name: Build extension
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
uses: shopware/github-actions/.github/workflows/store-release.yml@main
with:
extensionName: ${{ github.event.repository.name }}
secrets:
accountUser: ${{ secrets.ACCOUNT_USER }}
accountPassword: ${{ secrets.ACCOUNT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}