Skip to content

Commit a78cbce

Browse files
authored
fix: add imperative verbs to "Super-linter" and "Cross-repo setup guidance" step names (#26095)
1 parent 0b3120a commit a78cbce

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/smoke-workflow-call-with-inputs.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-workflow-call.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/super-linter.lock.yml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/super-linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737
persist-credentials: false
3838

39-
- name: Super-linter
39+
- name: Run super-linter
4040
uses: super-linter/super-linter@v8.6.0 # x-release-please-version
4141
id: super-linter
4242
env:

pkg/workflow/compiler_activation_job.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (c *Compiler) buildActivationJob(data *WorkflowData, preActivationJobCreate
182182
// (issue_comment/push → workflow_call) where the event_name is the originating event.
183183
if hasWorkflowCallTrigger(data.On) {
184184
compilerActivationJobLog.Print("Adding cross-repo setup guidance step for workflow_call trigger")
185-
steps = append(steps, " - name: Cross-repo setup guidance\n")
185+
steps = append(steps, " - name: Print cross-repo setup guidance\n")
186186
steps = append(steps, " if: failure() && steps.resolve-host-repo.outputs.target_repo != github.repository\n")
187187
steps = append(steps, " run: |\n")
188188
steps = append(steps, " echo \"::error::COPILOT_GITHUB_TOKEN must be configured in the CALLER repository's secrets.\"\n")

0 commit comments

Comments
 (0)