We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74f6f9 commit 3a9a387Copy full SHA for 3a9a387
action.yml
@@ -12,5 +12,6 @@ runs:
12
- name: Checkout
13
uses: actions/checkout@v5
14
- name: Execute some javascript
15
- shell: ruby {0}
16
- run: ${{ github.action_path }}/foo.rb
+ shell: ruby -ryaml {0}
+ run: |
17
+ ${{ github.action_path }}/foo.rb
0 commit comments