Page MenuHomeVyOS Platform

The package name to trigger rebuild VPP is incorrect
Closed, ResolvedPublicBUG

Description

To re-trigger to build the vyos-1x, we use an action with the incorrect package name. This affects the vyos-1x is not triggered to rebuild.
The package name is echo "PACKAGE_NAME=$(basename ${{ github.repository }})" >> $GITHUB_OUTPUT but should be vyos-1x in https://github.com/vyos/vyos-vpp/blob/50f8d4bd4ad6e69aa57797f5875e708850b45ef7/.github/workflows/trigger-rebuild-vpp.yml#L20

Details

Version
current
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)