File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - release-*
2020 - feature/*
2121 workflow_dispatch :
22+ inputs :
23+ daprdapr_commit :
24+ description : ' Dapr/Dapr commit to build custom daprd from'
25+ required : false
26+ default : ' '
27+ daprcli_commit :
28+ description : ' Dapr/CLI commit to build custom dapr CLI from'
29+ required : false
30+ default : ' '
2231 repository_dispatch :
2332 types : [validate-examples]
2433 merge_group :
5867 pip install setuptools wheel twine tox
5968 - name : Set up Dapr CLI
6069 uses : dapr/.github/.github/actions/setup-dapr-cli@main
70+ with :
71+ commit : ${{ github.event.inputs.daprcli_commit }}
72+ github-token : ${{ secrets.GITHUB_TOKEN }}
6173 - name : Set up Dapr runtime
6274 uses : dapr/.github/.github/actions/setup-dapr-runtime@main
75+ with :
76+ commit : ${{ github.event.inputs.daprdapr_commit }}
77+ github-token : ${{ secrets.GITHUB_TOKEN }}
6378 - name : Set up Llama
6479 run : |
6580 curl -fsSL https://ollama.com/install.sh | sh
You can’t perform that action at this time.
0 commit comments