Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Update broken-link-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy committed Aug 26, 2024
1 parent ffbaf47 commit 8510379
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
runs-on: ubuntu-latest
name: Check-Links-Action
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout Azure/azure-sdk-for-java
with:
repository: Azure/azure-sdk-for-java
repository: 'Azure/azure-sdk-for-java'
path: 'azure-sdk-for-java'
ref: main
fetch-depth: 0
token: ${{ secrets.ACCESS_TOKEN }}
Expand All @@ -35,6 +36,7 @@ jobs:

- name: Build latest azure-sdk-for-java repository
run: |
cd azure-sdk-for-java
mvn clean install \
-Dcheckstyle.skip=true \
-Dcodesnippet.skip \
Expand All @@ -46,7 +48,7 @@ jobs:
-Dspotbugs.skip=true \
-Pdev -T 4 -ntp -f sdk/spring/pom.xml
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}

Expand Down

0 comments on commit 8510379

Please sign in to comment.