Skip to content

Commit

Permalink
Dont use shell when calling other actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimid27 committed May 1, 2024
1 parent 51e3d44 commit a97e1b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ runs:
- name: Setup Node
id: setup_node
uses: prefecthq/actions-setup-nodejs@main
shell: bash

- name: Bump Package Version
id: bump_version
Expand All @@ -52,7 +51,6 @@ runs:
- uses: actions/checkout@v4
with:
ref: main
shell: bash

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit a97e1b8

Please sign in to comment.