Cleanup examples and prepare them to be used on landing page (#955) #1197
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Automation - Changelog Update | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ 1.x ] | |
jobs: | |
automation: | |
uses: aeon-php/actions/.github/workflows/automation-changelog-update.yml@main | |
secrets: | |
automation_github_token: "${{ secrets.ACCESS_TOKEN }}" |