Skip to content

Commit 7b8db40

Browse files
committed
Not me trying to see why this action doesn't work
1 parent 8dbc63d commit 7b8db40

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/actions/src/init/action.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ runs:
3434
node-version-file: .node-version
3535
cache: yarn
3636

37+
- name: Echo package-name
38+
run: echo "${{ inputs.package-name }}"
39+
shell: bash
40+
41+
- name: Echo install-deps
42+
run: echo "${{ inputs.install-deps }}"
43+
shell: bash
44+
45+
- name: Echo playwright
46+
run: echo "${{ inputs.playwright }}"
47+
shell: bash
48+
3749
- name: Install Dependencies (Focused)
3850
if: inputs.workspace-name != '' && inputs.install-deps
3951
run: yarn workspaces focus ${{ inputs.package-name }}

0 commit comments

Comments
 (0)