Skip to content

Commit

Permalink
Update actions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Oct 21, 2024
1 parent c4a611a commit 402df64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export async function getJobObject(octokit: InstanceType<typeof GitHub>): Promis
} else if (currentJob.length != 1) {
throw new Error(`Current job '${absoluteJobName}' returned multiple matches'.\n` +
'If this action is used within a reusable workflow, or matrix please ensure that the job name is unique.' +
'If the length of \'"CALLER_JOB_NAME" + ${{ toJSON(matrix) }}\' exceeds 97 characters' +
'If the length of \'"CALLER_JOB_NAME" + ${{ toJSON(matrix) }}\' exceeds 100 characters' +
'Github Actions may have truncated it. Thus, potentially making it non unique. '
)
}
Expand Down

0 comments on commit 402df64

Please sign in to comment.