File tree Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Expand file tree Collapse file tree 3 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 1- name : Building packages
1+ name : Call building packages
22
33on :
44 workflow_call :
Original file line number Diff line number Diff line change 1- name : Integration of flagship Apps
1+ name : Call integration of flagship Apps
22
33# see: https://help.github.com/en/actions/reference/events-that-trigger-workflows
44on :
99 required : false
1010 default : ' PROD'
1111 type : string
12- checkout :
13- description : ' Git branch or tag to checkout'
14- required : true
15- type : string
1612 workflow_dispatch :
1713 inputs :
1814 environment :
2319 options :
2420 - PROD
2521 - STAGING
26- checkout :
27- description : ' Git branch or tag to checkout'
28- required : false
29- type : string
30- default : ' release/stable'
3122
3223defaults :
3324 run :
6758
6859 steps :
6960 - uses : actions/checkout@v3
70- with :
71- ref : ${{ inputs.checkout }}
7261
7362 - name : basic setup
7463 run : |
Original file line number Diff line number Diff line change 2020 test-flagships :
2121 if : github.event.pull_request.draft == false
2222 uses : ./.github/workflows/_flagship-apps.yml
23- with :
24- checkout : ${{ github.sha }}
2523 secrets : inherit
You can’t perform that action at this time.
0 commit comments