Skip to content

Commit d0bf259

Browse files
committed
WIP
1 parent 3bd0e4a commit d0bf259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ runs:
1212
- name: Checkout
1313
uses: actions/checkout@v5
1414
- name: Execute some javascript
15-
shell: "ruby -r${{ github.action_path }}/foo.rb ${{ github.workspace }} {0}"
15+
shell: "ruby {{ github.action_path }}/foo.rb ${{ github.workspace }} {0}"
1616
run: ""

0 commit comments

Comments
 (0)