Skip to content

Commit

Permalink
[chore] remove unused variable (open-telemetry#37878)
Browse files Browse the repository at this point in the history
This was left behind when we moved to lychee

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored Feb 12, 2025
1 parent 71caf06 commit 556315e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ env:
# Make sure to exit early if cache segment download times out after 2 minutes.
# We limit cache download as a whole to 5 minutes.
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
# renovate: datasource=github-releases depName=tcort/markdown-link-check
MD_LINK_CHECK_VERSION: "3.12.2"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: ${{ github.actor != 'dependabot[bot]' }}
outputs:
md_files: ${{ steps.changed-files.outputs.md_all_changed_files }}
yaml_files: ${{ steps.changed-files.outputs.yaml_all_changed_files }} # used to catch MD_LINK_CHECK_VERSION updates and runs check-links to confirm functionality
yaml_files: ${{ steps.changed-files.outputs.yaml_all_changed_files }} # used to catch link checker updates and runs check-links to confirm functionality
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 556315e

Please sign in to comment.