From 4dd6157cee545d04b4ae71140b53ae49e8df27f9 Mon Sep 17 00:00:00 2001 From: nprimo Date: Tue, 26 Mar 2024 17:49:16 +0000 Subject: [PATCH] feat(ga-misc-check-links): use 01-edu/check-links instead - bump up the GA version used to have the latest --- .github/workflows/ga-misc-check-links.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ga-misc-check-links.yml b/.github/workflows/ga-misc-check-links.yml index 196f4ddf..2dc7f63e 100644 --- a/.github/workflows/ga-misc-check-links.yml +++ b/.github/workflows/ga-misc-check-links.yml @@ -5,7 +5,7 @@ on: paths-ignore: - ".github/**" branches: [master] - types: [ labeled, opened, reopened, synchronize ] + types: [labeled, opened, reopened, synchronize] jobs: GA-Misc-Check-Links: @@ -25,8 +25,8 @@ jobs: run: | echo "changed_files=$(git diff --name-only --merge-base origin/master | grep "\.md$" | xargs)" >> "$GITHUB_OUTPUT" - - name: Run step if any *.md file(s) changed + - name: 🔗 Run Check Links if: steps.changed-md.outputs.changed_files != '' - uses: nprimo/check-links@v0.1 + uses: 01-edu/check-links@v0.2 with: filepath: ${{ steps.changed-md.outputs.changed_files }}