Skip to content

Commit

Permalink
Merge pull request #71 from connortann/shell
Browse files Browse the repository at this point in the history
Main main.sh executable
  • Loading branch information
sondrelg committed Feb 14, 2022
2 parents 70666d3 + 37438f9 commit 09fbd38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
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
Empty file modified main.sh 100644 → 100755
Empty file.

0 comments on commit 09fbd38

Please sign in to comment.