Skip to content

Commit

Permalink
Update md-link-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin authored Jun 10, 2024
1 parent c14c4ff commit 01c252d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/md-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
- name: Save PR number
env:
PR_NUMBER: ${{ github.event.number }}
run: |
mkdir -p ./pr
echo $PR_NUMBER > pr_number
run: echo $PR_NUMBER > pr_number
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 01c252d

Please sign in to comment.