Skip to content

Commit 22ee683

Browse files
authored
Fix copilot setup step (#2244)
1 parent ba02d4f commit 22ee683

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
copilot-setup-steps:
1818
name: Setup PowerShell Development Environment
1919
runs-on: ubuntu-latest
20-
env:
21-
MODULE_NAME: 'SqlServerDsc'
2220

2321
permissions:
2422
contents: read
@@ -29,6 +27,8 @@ jobs:
2927
run: |
3028
echo "Setting MODULE_NAME=$MODULE_NAME to GitHub environment"
3129
echo "MODULE_NAME=$MODULE_NAME" >> "$GITHUB_ENV"
30+
env:
31+
MODULE_NAME: 'SqlServerDsc'
3232

3333
- name: Checkout Repository
3434
uses: actions/checkout@v5

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
`New-InvalidArgumentException` for parameter validation errors.
3333
- Updated `.gitattributes` to enforce LF line endings for PowerShell files to
3434
ensure cross-platform compatibility.
35-
- Updated GitHub Copilot setup workflow to fix environment variable assignment.
35+
- Updated GitHub Copilot setup workflow to fix environment variable assignment
36+
in task.
3637
- Updated VS Code tasks configuration to use proper build and test commands
3738
with improved task grouping and problem matchers.
3839
- Updated instruction files to use correct build command (`noop` instead of

0 commit comments

Comments
 (0)