Skip to content

Commit d3afc9e

Browse files
committed
Fix dispatch event name
1 parent 13871fb commit d3afc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger_dep_builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
with:
2525
token: ${{ secrets.token }}
2626
repository: ${{ matrix.repo }}
27-
event-type: jackson-databind-pushed
27+
event-type: jackson-core-pushed
2828
# Could push information on what was built but not yet
2929
client-payload: '{"version": "N/A" }'

0 commit comments

Comments
 (0)