Skip to content

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado authored Nov 8, 2023
1 parent c77ec2b commit fe9a13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runtime/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ runs:
using: "composite"
steps:
- run: bun install ${{ github.event.inputs.package }}
shell: bash
1 change: 1 addition & 0 deletions .github/workflows/runtime/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ runs:
using: "composite"
steps:
- run: bun run ${{ github.event.inputs.command }}
shell: bash

0 comments on commit fe9a13d

Please sign in to comment.