mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Use reusable workflows
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: Update Flex endpoint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
call-flex-update:
|
||||
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
|
||||
with:
|
||||
branch: master
|
||||
versions_json: .github/versions.json
|
||||
Reference in New Issue
Block a user