Skip to content

Commit 5c1a4bc

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-python-6
2 parents 8c969c0 + 59df775 commit 5c1a4bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/verify-docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: true
2424
- name: Install dependencies
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@v5
2626
with:
2727
node-version: lts/*
2828
cache: npm

docs/api-reference/create-an-action-automation.api.mdx

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

static/apispec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18119,7 +18119,7 @@ paths:
1811918119
properties:
1812018120
identifier:
1812118121
type: string
18122-
pattern: ^(?!\.{1,2}$)[\p{L}0-9@_.+:\\/=-]+$
18122+
pattern: ^(?!\.{1,2}$)[\p{L}0-9@_.+:=-]+$
1812318123
description: The identifier of the action.
1812418124
title:
1812518125
type: string

0 commit comments

Comments
 (0)