File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 PULL_REQUEST_NUMBER :
77 description : Pull Request number for correct placement of apps
88 required : true
9+ OLD_DOT_COMMIT :
10+ description : The branch, tag or SHA to checkout on Old Dot side
11+ required : false
12+ default : ' main'
913 pull_request_target :
1014 types : [opened, synchronize, labeled]
1115 branches : ['*ci-test/**']
1216
1317env :
1418 PULL_REQUEST_NUMBER : ${{ github.event.number || github.event.inputs.PULL_REQUEST_NUMBER }}
19+ OLD_DOT_COMMIT : ${{ github.event.inputs.OLD_DOT_COMMIT }}
1520
1621jobs :
1722 validateActor :
9499 repository : ' Expensify/Mobile-Expensify'
95100 submodules : true
96101 path : ' Mobile-Expensify'
102+ ref : ${{ env.OLD_DOT_COMMIT }}
97103 token : ${{ secrets.OS_BOTIFY_TOKEN }}
98104 # fetch-depth: 0 is required in order to fetch the correct submodule branch
99105 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments