Skip to content

Commit 973699c

Browse files
committed
Play around with commands
1 parent 6e8f373 commit 973699c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
run: |
2626
npm install -g @umbrelladocs/linkspector
2727
echo "linkspector version: $(linkspector --version)"
28-
echo "Files changed: $(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '\.md$')"
29-
linkspector check $(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep -E '\.md$')
28+
echo "Files changed in this pr: $(git diff --name-only ${{ github.event.before }} ${{ github.sha }})"
29+
linkspector check $(git diff --name-only ${{ github.event.before }} ${{ github.sha }})
3030
- name: Install Zola
3131
run: curl -L ${BASE_URL}/${VERS}/zola-${VERS}-${ARCH}.tar.gz | tar -xz
3232
- run: ./zola --version

0 commit comments

Comments
 (0)