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 9ad9bc4 commit ea94891Copy full SHA for ea94891
.github/workflows/flex-update-achived.yml
@@ -0,0 +1,10 @@
1
+name: Update Flex Archives
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
8
+jobs:
9
+ call-flex-update:
10
+ uses: symfony/recipes/.github/workflows/callable-flex-update-archived.yml@main
.github/workflows/flex-update.yml
@@ -0,0 +1,16 @@
+name: Update Flex endpoint
+defaults:
+ run:
+ shell: bash
11
12
13
14
+ uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
15
+ with:
16
+ branch: master
0 commit comments