Yuun Lim
Yuun Lim
looking into the code it seems like it's printing the value that must be provided in the config. I have defined my workflow step like this ``` - name: Dispatch...
``` function getBranchNameFromRef(ref: string): string | undefined { const refItems = ref.split(/\/?refs\/heads\//); if (refItems.length > 1 && (refItems[1]?.length ?? 0) > 0) { return refItems[1]; } } function isTagRef(ref: string):...
okay also the core issue is that it's looking for a distinct ID from steps fetched? and if I don't pass in distinct Id, it seems like using uuid(), and...
* **#16193** 👈 (View in Graphite) * `main` This stack of pull requests is managed by Graphite. Learn more about stacking.
> You need docker to run locally. > […](#) > On Fri, Aug 2, 2024 at 12:25 PM Yuun Lim ***@***.***> wrote: ***@***.**** commented on this pull request. ------------------------------ In...
@heliuchuan could you make this change in this repo https://github.com/aptos-labs/aptos-indexer-processors-v2. we are trying to deprecate this repo starting next week
is this tested? if then, could you attach any snapshots?