Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley authored Sep 5, 2024
1 parent 201f5f5 commit 09248fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const ms = new MultiStageOutput<{message: string; staticValue: string; dynamicVa
jsonEnabled: false,
stages: ['stage 1', 'stage 2', 'stage 3'],
// preStagesBlock will be displayed BEFORE the list of stages
postStagesBlock: [
preStagesBlock: [
{
get: (data) => data?.message,
type: 'message',
Expand Down

0 comments on commit 09248fa

Please sign in to comment.