-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
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
branch2024b
branch
References
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📋 Backlog