Skip to content

Commit

Permalink
Duplicate index.json into main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoftorfs committed Dec 14, 2023
1 parent 6487ee2 commit d5d706c
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/flex-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ defaults:
shell: bash

jobs:
call-flex-update:
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
with:
contrib: true
flex-update:
name: Update Flex endpoint
runs-on: Ubuntu-20.04
steps:
-
name: Update Flex endpoint
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
with:
contrib: true
-
name: Duplicate index.json into main branch
run: |
git checkout origin/main/flex index.json
git commit -m 'Update Flex endpoint' || true
git push origin main

0 comments on commit d5d706c

Please sign in to comment.