Skip to content

Commit

Permalink
Update .github/workflows/check_suite.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
  • Loading branch information
benbp and scbedd committed May 6, 2022
1 parent 33cba65 commit ce12eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Sparse checkout azure-sdk-tools..."
git clone --no-checkout --filter=tree:0 https://github.com/benbp/azure-sdk-tools .
git clone --no-checkout --filter=tree:0 https://github.com/azure/azure-sdk-tools .
git sparse-checkout init
git sparse-checkout set '/.github/*' '/tools/check-enforcer-action'
git checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue_comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Sparse checkout azure-sdk-tools..."
git clone --no-checkout --filter=tree:0 https://github.com/benbp/azure-sdk-tools .
git clone --no-checkout --filter=tree:0 https://github.com/azure/azure-sdk-tools .
git sparse-checkout init
git sparse-checkout set '/.github/*' '/tools/check-enforcer-action'
git checkout
Expand Down

0 comments on commit ce12eb9

Please sign in to comment.