File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 8686 -H "Accept: application/vnd.github.everest-preview+json" \
8787 -d '{"event_type": "ladybug_core_release", "client_payload": {"version": "${{ steps.new_release.outputs.tag }}"}}' \
8888 -u ladybugbot:$DEPS_TOKEN
89+ - name : Update fairyfly-core
90+ if : contains(steps.new_release.outputs.tag, '.')
91+ env :
92+ DISPATCH_REPO : ladybug-tools/fairyfly-core
93+ DEPS_TOKEN : ${{ secrets.DEPS_UPDATING }}
94+ run : |
95+ curl -X POST https://api.github.com/repos/$DISPATCH_REPO/dispatches \
96+ -H "Accept: application/vnd.github.everest-preview+json" \
97+ -d '{"event_type": "ladybug_core_release", "client_payload": {"version": "${{ steps.new_release.outputs.tag }}"}}' \
98+ -u ladybugbot:$DEPS_TOKEN
8999 - name : Update pollination-ladybug
90100 if : contains(steps.new_release.outputs.tag, '.')
91101 env :
You can’t perform that action at this time.
0 commit comments