File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11name : Update Ramp Dependency
22
33on :
4- repository_dispatch :
5- types : [ramp-build-updated]
64 workflow_dispatch :
5+ inputs :
6+ ramp_commit :
7+ description : ' The commit hash from Ramp'
8+ required : true
9+ repository_dispatch :
10+ types : [update-ramp]
711
812jobs :
913 update-ramp :
1418 steps :
1519 - uses : actions/checkout@v4
1620 with :
17- ref : develop
21+ ref : ${{ github.ref }}
1822 - uses : actions/setup-node@v4
1923 with :
2024 node-version : ' 20'
5256
5357 ## Source commits
5458 ${{ steps.collect-existing.outputs.commits }}
55- - https://github.com/samvera-labs/ramp/commit/${{ github.event.client_payload .ramp_commit }}
59+ - https://github.com/samvera-labs/ramp/commit/${{ github.event.inputs .ramp_commit }}
5660
5761 branch : update-ramp-build
5862 base : develop
You can’t perform that action at this time.
0 commit comments