File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Setup GitHub Copilot Agent Environment
22
3- # This workflow configures the environment for GitHub Copilot agents
4- # It reuses configuration from the main Build-Test-And-Deploy workflow
5- # to ensure consistency and reduce duplication
6-
73on :
84 workflow_dispatch :
5+ push :
6+ paths :
7+ - ' .github/workflows/copilot-setup-steps.yml'
8+ pull_request :
9+ paths :
10+ - ' .github/workflows/copilot-setup-steps.yml'
911
1012permissions :
1113 contents : read
1416 copilot-setup-steps :
1517 runs-on : ubuntu-latest
1618 environment : " BuildAndUploadImage"
17-
19+ permissions :
20+ contents : read
1821 steps :
1922 - uses : actions/checkout@v5
2023
6164 echo "Installing additional tools for Copilot agent environment..."
6265
6366 # Install EF Core tools globally
64- dotnet tool install --global dotnet-ef
67+ dotnet tool install --global dotnet-ef
You can’t perform that action at this time.
0 commit comments