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