Skip to content

Commit 17c45bd

Browse files
♻️ [Maintenance]: Repin Process-PSModule to released v6.1.0 to fix startup failure
The workflow was pinned to commit ea019351 on the feat/52-test-secrets branch (PR #365). That PR was squash-merged and its branch deleted, so the commit is no longer reachable from any ref and GitHub Actions can no longer resolve the reusable workflow, causing every run to fail at startup with zero jobs. The TestData secret interface from PR #365 shipped in v6.0.0, so repin to the current release v6.1.0 (0d7a2f0b), whose workflow_call interface still accepts the APIKey and TestData secrets this caller passes.
1 parent 879bf33 commit 17c45bd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/Process-PSModule.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ permissions:
2727

2828
jobs:
2929
Process-PSModule:
30-
# Pinned to the TestData feature branch of Process-PSModule (PR #365).
31-
# Repin to the released tag once that change ships.
32-
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@ea019351821a74ae1528a4472198c84c91dd3059 # feat/52-test-secrets
30+
# The TestData secret (PR #365) shipped in v6.0.0; pinned to the current release v6.1.0.
31+
uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@0d7a2f0b9422ad727886d1ef79d1874ccc358fd7 # v6.1.0
3332
secrets:
3433
# PowerShell Gallery API key used to publish the module.
3534
APIKey: ${{ secrets.APIKey }}

0 commit comments

Comments
 (0)