Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SakuraIsayeki committed Nov 16, 2023
2 parents 30cec3a + e4a2aa5 commit 1cb6879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-setup-successful.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set permissions for action
run: |
echo "::debug::::group::Set permissions for action"
chmod +x action.yml setup.sh
chmod +x action.yml
echo "::endgroup::"
- name: Setup MoltenObsidian CLI
Expand Down
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 1cb6879

Please sign in to comment.