Skip to content

Commit f6e118d

Browse files
committed
fixing wofkflow indentation
1 parent 4ca2b0b commit f6e118d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/sync-docs-for-tfe.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ on:
1313
description: 'The TFE version for the upcoming TFE release, format is either vYYYYMM-# or MAJOR.MINOR.PATCH (without a "v" prefix).'
1414
required: true
1515
type: string
16-
outputs:
17-
release_branch_name:
18-
description: 'The name of the branch created for the new TFE version docs.'
19-
value: ${{ jobs.sync-docs.outputs.release_branch_name }}
20-
release_branch_pr_url:
21-
description: 'The URL of the release branch created for the new TFE version docs.'
22-
value: ${{ jobs.sync-docs.outputs.release_branch_pr_url }}
23-
diff_branch_pr_url:
24-
description: 'The URL of the diff branch created for the new TFE version docs.'
25-
value: ${{ jobs.sync-docs.outputs.diff_branch_pr_url }}
16+
outputs:
17+
release_branch_name:
18+
description: 'The name of the branch created for the new TFE version docs.'
19+
value: ${{ jobs.sync-docs.outputs.release_branch_name }}
20+
release_branch_pr_url:
21+
description: 'The URL of the release branch created for the new TFE version docs.'
22+
value: ${{ jobs.sync-docs.outputs.release_branch_pr_url }}
23+
diff_branch_pr_url:
24+
description: 'The URL of the diff branch created for the new TFE version docs.'
25+
value: ${{ jobs.sync-docs.outputs.diff_branch_pr_url }}
2626

2727
jobs:
2828
sync-docs:

0 commit comments

Comments
 (0)