Skip to content

Commit

Permalink
Simplify bash call
Browse files Browse the repository at this point in the history
  • Loading branch information
connortann committed Feb 14, 2022
1 parent 0165a95 commit 37438f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
using: "composite"
steps:
- name: Install and configure Poetry
run: /bin/bash $GITHUB_ACTION_PATH/main.sh
run: $GITHUB_ACTION_PATH/main.sh
shell: bash
env:
VERSION: ${{ inputs.version }}
Expand Down

0 comments on commit 37438f9

Please sign in to comment.