mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-27 07:26:31 -05:00
Merge pull request #9586 from dolthub/aaron/bump-dependency-eventsapi_schema
[no-release-notes] .github: workflows/bump-dependency.yaml: Add support for eventsapi_schema bump.
This commit is contained in:
@@ -19,6 +19,9 @@ jobs:
|
||||
if [ "$REPO" == "go-mysql-server" ]
|
||||
then
|
||||
echo "label=gms-bump" >> $GITHUB_OUTPUT
|
||||
elif [ "$REPO" == "eventsapi_schema" ]
|
||||
then
|
||||
echo "label=eventsapi_schema-bump" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "$REPO is unsupported"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user