Sync .github/workflows directory with azure-sdk-tools repository (#5920)

This commit is contained in:
Azure SDK Bot 2024-08-16 13:14:53 -07:00 committed by GitHub
parent 244b4b5d51
commit 211b1fdb95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ jobs:
pull-requests: write # to read pull requests and write comments (azure/azure-sdk-actions) pull-requests: write # to read pull requests and write comments (azure/azure-sdk-actions)
checks: read # to read check status (azure/azure-sdk-actions) checks: read # to read check status (azure/azure-sdk-actions)
name: Handle ${{ github.event_name }} ${{ github.event.action }} event name: Handle ${{ github.event_name }} ${{ github.event.action }} event
runs-on: ubuntu-latest runs-on: ubuntu-latest # This image is intentionally set to "latest", and not to a specific version
steps: steps:
- uses: azure/azure-sdk-actions@main - uses: azure/azure-sdk-actions@main
with: with: