Skip to content

Drop duplicated documentation links in GitHub Actions workflow template #1504

@coderabbitai

Description

@coderabbitai

Description

The GitHub Actions workflow template file .github/workflows/build-notebooks-TEMPLATE.yaml contains duplicated documentation links at lines 109-110 that already exist at lines 8-9.

Issue Details

Lines 109-110 contain:

        # https://docs.github.com/en/actions/reference/variables-reference#default-environment-variables
        # https://docs.github.com/en/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables

These same links already appear at lines 8-9, making the duplication unnecessary and adding noise to the file.

Proposed Solution

Replace the duplicated links with a reference to the existing ones:

-        # https://docs.github.com/en/actions/reference/variables-reference#default-environment-variables
-        # https://docs.github.com/en/actions/how-tos/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables
+        # (see lines 8-9 for variable / context docs)

Branches to Fix

This cleanup should be applied to both:

  • main branch
  • 2024b branch

References

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

📋 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions