Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 4282cc4

Browse files
committed
fix: 19592
1 parent 9ca235d commit 4282cc4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/actions/changed-workspaces/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ name: Get Changed Workspaces
55
inputs:
66
token:
77
description: GitHub token to use
8-
required: true
98
shell:
109
description: shell to run on
1110
default: bash
@@ -27,6 +26,8 @@ runs:
2726
uses: ./.github/actions/changed-files
2827
if: ${{ !inputs.all && !inputs.files }}
2928
id: files
29+
with:
30+
token: ${{ inputs.token }}
3031

3132
- name: Get Workspaces
3233
shell: ${{ inputs.shell }}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/npmcli-template-oss.tgz

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)