Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Nov 1, 2024
1 parent 62deff0 commit 32cbb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
- name: Bootstrap overriding dependencies
shell: bash
run: |-
if [ "$INPUT__INTERNAL-MODE" != 'false' ]; then
if [ "$INPUT__INTERNAL-MODE" != 'true' ]; then
find "$GITHUB_WORKSPACE/ghaction-autoinstall" -iname '*.tgz' \
| xargs -i{} \
| npm install '{}'
Expand Down

0 comments on commit 32cbb57

Please sign in to comment.