Skip to content

Commit 35d6c55

Browse files
committed
build: adjust indentation in workflow files
1 parent 9900d46 commit 35d6c55

File tree

2 files changed

+40
-38
lines changed

2 files changed

+40
-38
lines changed

.github/workflows/lint_autofix.yml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,26 @@ on:
2525
# Allow the workflow to be triggered by other workflows
2626
workflow_call:
2727
# Define the input parameters for the workflow:
28-
inputs:
29-
pull_request_number:
30-
description: 'PR number'
31-
required: true
32-
type: number
33-
# Define the secrets accessible by the workflow:
34-
secrets:
35-
STDLIB_BOT_GITHUB_TOKEN:
36-
description: 'GitHub token for stdlb-bot'
37-
required: true
38-
REPO_GITHUB_TOKEN:
39-
description: 'GitHub token for accessing the repository'
40-
required: true
41-
STDLIB_BOT_GPG_PRIVATE_KEY:
42-
description: 'GPG private key for stdlb-bot'
43-
required: true
44-
STDLIB_BOT_GPG_PASSPHRASE:
45-
description: 'GPG passphrase for stdlb-bot'
46-
required: true
28+
inputs:
29+
pull_request_number:
30+
description: 'PR number'
31+
required: true
32+
type: number
33+
34+
# Define the secrets accessible by the workflow:
35+
secrets:
36+
STDLIB_BOT_GITHUB_TOKEN:
37+
description: 'GitHub token for stdlb-bot'
38+
required: true
39+
REPO_GITHUB_TOKEN:
40+
description: 'GitHub token for accessing the repository'
41+
required: true
42+
STDLIB_BOT_GPG_PRIVATE_KEY:
43+
description: 'GPG private key for stdlb-bot'
44+
required: true
45+
STDLIB_BOT_GPG_PASSPHRASE:
46+
description: 'GPG passphrase for stdlb-bot'
47+
required: true
4748

4849
# Workflow jobs:
4950
jobs:

.github/workflows/update_pr_copyright_years.yml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,26 @@ on:
2525
# Allow the workflow to be triggered by other workflows
2626
workflow_call:
2727
# Define the input parameters for the workflow:
28-
inputs:
29-
pull_request_number:
30-
description: 'PR number'
31-
required: true
32-
type: number
33-
# Define the secrets accessible by the workflow:
34-
secrets:
35-
STDLIB_BOT_GITHUB_TOKEN:
36-
description: 'GitHub token for stdlb-bot'
37-
required: true
38-
REPO_GITHUB_TOKEN:
39-
description: 'GitHub token for accessing the repository'
40-
required: true
41-
STDLIB_BOT_GPG_PRIVATE_KEY:
42-
description: 'GPG private key for stdlb-bot'
43-
required: true
44-
STDLIB_BOT_GPG_PASSPHRASE:
45-
description: 'GPG passphrase for stdlb-bot'
46-
required: true
28+
inputs:
29+
pull_request_number:
30+
description: 'PR number'
31+
required: true
32+
type: number
33+
34+
# Define the secrets accessible by the workflow:
35+
secrets:
36+
STDLIB_BOT_GITHUB_TOKEN:
37+
description: 'GitHub token for stdlb-bot'
38+
required: true
39+
REPO_GITHUB_TOKEN:
40+
description: 'GitHub token for accessing the repository'
41+
required: true
42+
STDLIB_BOT_GPG_PRIVATE_KEY:
43+
description: 'GPG private key for stdlb-bot'
44+
required: true
45+
STDLIB_BOT_GPG_PASSPHRASE:
46+
description: 'GPG passphrase for stdlb-bot'
47+
required: true
4748

4849
# Workflow jobs:
4950
jobs:

0 commit comments

Comments
 (0)