Skip to content

Commit

Permalink
chore(schemas): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Aug 6, 2024
1 parent 9e3b153 commit da548c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/helpers/github-workflow-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit da548c0

Please sign in to comment.