Skip to content

Commit e806c15

Browse files
Add ReleaseBranch and MainGitBranch to workflow
This change adds the ReleaseBranch and MainGitBranch environment variables to the deploy-preview-module workflow. This enhancement ensures that the correct branches are referenced during the deployment process for Pester Help Tests. Thank you!
1 parent 3f0fb33 commit e806c15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-preview-module.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ jobs:
7272
env:
7373
GitHubToken: ${{ secrets.GitHubToken }}
7474
GalleryApiToken: ${{ secrets.GalleryApiToken }}
75+
ReleaseBranch: develop
76+
MainGitBranch: develop

0 commit comments

Comments
 (0)