We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e04206 commit 54cc921Copy full SHA for 54cc921
.github/workflows/callable-flex-update-archived.yml
@@ -4,7 +4,7 @@ on:
4
workflow_call:
5
inputs:
6
branch:
7
- default: master
+ default: main
8
required: false
9
type: string
10
.github/workflows/flex-update.yml
@@ -3,7 +3,7 @@ name: Update Flex endpoint
3
on:
push:
branches:
- - master
+ - main
defaults:
run:
@@ -13,5 +13,4 @@ jobs:
13
call-flex-update:
14
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
15
with:
16
- branch: master
17
versions_json: .github/versions.json
.github/workflows/qa.yml
@@ -11,4 +11,4 @@ jobs:
11
call-qa:
12
uses: symfony/recipes/.github/workflows/callable-qa.yml@main
+ branch: main
0 commit comments