Skip to content

Commit 17e0f17

Browse files
Remove bad shell options (#4)
1 parent fcc1b97 commit 17e0f17

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@ runs:
1818
steps:
1919
- name: Set up NPM repository
2020
uses: actions/setup-node@v4
21-
shell: bash
2221
with:
2322
node-version: '20.x'
2423
registry-url: 'https://registry.npmjs.org'
2524

2625
- name: Set NPM package name
2726
uses: jaywcjlove/github-action-package@v2.0.0
28-
shell: bash
2927
with:
3028
rename: ${{ inputs.npm-package-name }}
3129

@@ -38,14 +36,12 @@ runs:
3836
3937
- name: Set up GitHub repository
4038
uses: actions/setup-node@v4
41-
shell: bash
4239
with:
4340
node-version: '20.x'
4441
registry-url: 'https://npm.pkg.github.com'
4542

4643
- name: Set GitHub package name
4744
uses: jaywcjlove/github-action-package@v2.0.0
48-
shell: bash
4945
with:
5046
rename: ${{ inputs.github-package-name }}
5147

0 commit comments

Comments
 (0)