From da548c0a6ab5bdecf789a179474abbf6d6fae19f Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Tue, 6 Aug 2024 08:56:27 -0500 Subject: [PATCH] chore(schemas): bump --- __tests__/helpers/github-workflow-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/helpers/github-workflow-schema.json b/__tests__/helpers/github-workflow-schema.json index 9fa3b74ea..483d63795 100644 --- a/__tests__/helpers/github-workflow-schema.json +++ b/__tests__/helpers/github-workflow-schema.json @@ -312,7 +312,7 @@ "$comment": "https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_iduses", "description": "The location and version of a reusable workflow file to run as a job, of the form './{path/to}/{localfile}.yml' or '{owner}/{repo}/{path}/{filename}@{ref}'. {ref} can be a SHA, a release tag, or a branch name. Using the commit SHA is the safest for stability and security.", "type": "string", - "pattern": "^(.+/)+(.+)\\.(ya?ml)(@.+)?$" + "pattern": "^(.+\\/)+(.+)\\.(ya?ml)(@.+)?$" }, "with": { "$comment": "https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idwith",