Skip to content

Commit

Permalink
💚 Fix scripts verification and execution
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Jan 10, 2025
1 parent 55901fa commit 966e323
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 @@ -49,7 +49,6 @@ runs:
bun-version: ${{ inputs.version }}

- name: 📦 Install dependencies
if: ${{ inputs.scripts }}
run: |
case "${{ inputs.runtime }}" in
"node")
Expand Down Expand Up @@ -84,6 +83,7 @@ runs:
shell: bash

- name: 🔨 Execute scripts
if: ${{ inputs.scripts }}
run: |
chmod +x ./scripts/run.sh
./scripts/run.sh
Expand Down

0 comments on commit 966e323

Please sign in to comment.