Skip to content

Commit

Permalink
feat(action.yml): update setup command
Browse files Browse the repository at this point in the history
- Updated the setup command in the action.yml file to use "bash" instead of "./setup.sh"
- The new command is now "bash setup.sh -v ${{ inputs.version }}"
  • Loading branch information
SakuraIsayeki committed Nov 16, 2023
1 parent 30cec3a commit 245ae22
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 @@ -18,4 +18,4 @@ runs:

- name: Setup MoltenObsidian CLI
shell: bash
run: ./setup.sh -v ${{ inputs.version }}
run: bash setup.sh -v ${{ inputs.version }}

0 comments on commit 245ae22

Please sign in to comment.