Skip to content

Commit

Permalink
Fix SDK update workflow (#4890)
Browse files Browse the repository at this point in the history
- Checkout the dev branch.
- Use the SHA that for the v3.1.1 tag.
  • Loading branch information
martincostello authored Jan 18, 2024
1 parent e262cd6 commit 855b57b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: martincostello/update-dotnet-sdk@31f3d5a6c2c4a5a0b7eb0e0d5c30501925d6e790
with:
ref: dev
- uses: martincostello/update-dotnet-sdk@b3d5ca8064ec275f7a1d0b9640d28a57ab94090b
with:
quality: 'daily'
repo-token: ${{ secrets.GITHUB_TOKEN }}
branch-name: dev

0 comments on commit 855b57b

Please sign in to comment.