We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba5ac9 commit ea11d59Copy full SHA for ea11d59
action.yml
@@ -12,4 +12,4 @@ runs:
12
- name: Checkout
13
uses: actions/checkout@v5
14
- name: Execute some javascript
15
- shell: ruby -r${{ github.action_path }}/foo.rb {0}
+ shell: "ruby -r${{ github.action_path }}/foo.rb {0}"
0 commit comments