Skip to content

Commit 50c9854

Browse files
Update Get-Settings workflow to use specific version of Get-PSModuleSettings and remove Debug job
1 parent be469e2 commit 50c9854

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/Get-Settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fetch-depth: 0
5757

5858
- name: Get-Settings
59-
uses: PSModule/Get-PSModuleSettings@feature/important-file-changes
59+
uses: PSModule/Get-PSModuleSettings@1e96caa510babfdf44585c1d7873030b05940190 # v1.4.2
6060
id: Get-Settings
6161
with:
6262
SettingsPath: ${{ inputs.SettingsPath }}

.github/workflows/workflow.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,6 @@ permissions:
6767
id-token: write # to verify the deployment originates from an appropriate source
6868

6969
jobs:
70-
Debug:
71-
name: Debug
72-
runs-on: ubuntu-latest
73-
steps:
74-
- name: Debug
75-
uses: PSModule/Debug@main
76-
7770
# Runs on:
7871
# - ✅ Open/Updated PR - Always runs to load configuration
7972
# - ✅ Merged PR - Always runs to load configuration

0 commit comments

Comments
 (0)