Bump Microsoft.VSSDK.BuildTools from 17.10.2179 to 17.10.2185 in /DocGpt.Vsix #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Receive PR | ||
on: | ||
pull_request_target: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- '.github/**' | ||
jobs: | ||
build-and-test: | ||
uses: ./.github/workflows/build-and-test.yml | ||
Check failure on line 12 in .github/workflows/receive-pr.yml GitHub Actions / Receive PRInvalid workflow file
|