Files
symfony-flex-recipes/.github/workflows/flex-update.yml
T

23 lines
481 B
YAML

name: Update Flex endpoint
on:
push:
branches:
- main
defaults:
run:
shell: bash
jobs:
call-flex-update:
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
with:
versions_json: .github/versions.json
call-recipe-readme-update:
needs: 'call-flex-update'
uses: symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main
with:
branch: main