Skip to content

Commit 00e3235

Browse files
🩹 [Patch]: Simplify Build-Module workflow by removing unused inputs and ensuring GH_TOKEN is set
1 parent f1008b1 commit 00e3235

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎.github/workflows/Build-Module.yml‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
Build-Module:
4141
name: Build-Module
4242
runs-on: ubuntu-latest
43+
env:
44+
GH_TOKEN: ${{ github.token }}
4345
steps:
4446
- name: Checkout Code
4547
uses: actions/checkout@v4
@@ -48,8 +50,4 @@ jobs:
4850
uses: PSModule/Build-PSModule@v4
4951
with:
5052
Name: ${{ inputs.Name }}
51-
Debug: ${{ inputs.Debug }}
52-
Prerelease: ${{ inputs.Prerelease }}
53-
Verbose: ${{ inputs.Verbose }}
54-
Version: ${{ inputs.Version }}
5553
WorkingDirectory: ${{ inputs.WorkingDirectory }}

0 commit comments

Comments
 (0)