mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-30 10:57:23 +08:00
Bump detector SHA to pick up Octokit-constructor fix
Bumps reusable workflow to Comfy-Org/github-workflows@f6b3855, which swaps github.getOctokit() (not a function in actions/github-script v7 inline-script context) for new github.constructor({ auth: token }) — reusing the plugin-loaded Octokit class off the existing instance, zero module resolution required. Surfaced by the second cloud smoke test (#3920).
This commit is contained in:
parent
8660495cce
commit
612269bff2
@ -17,7 +17,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
detect:
|
||||
uses: Comfy-Org/github-workflows/.github/workflows/detect-unreviewed-merge.yml@ddc26caf531a9be3ee38b57dd3f33a53efd1f1e0 # v1
|
||||
uses: Comfy-Org/github-workflows/.github/workflows/detect-unreviewed-merge.yml@f6b3855ef58844cb5fac714ce14f72c5a12955ca # v1
|
||||
with:
|
||||
approval-mode: latest-per-reviewer
|
||||
secrets:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user