Skip to content

Commit 3a9a387

Browse files
committed
WIP
1 parent c74f6f9 commit 3a9a387

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ runs:
1212
- name: Checkout
1313
uses: actions/checkout@v5
1414
- name: Execute some javascript
15-
shell: ruby {0}
16-
run: ${{ github.action_path }}/foo.rb
15+
shell: ruby -ryaml {0}
16+
run: |
17+
${{ github.action_path }}/foo.rb

0 commit comments

Comments
 (0)