Skip to content

Commit bb33687

Browse files
committed
WIP
1 parent 214b106 commit bb33687

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

action.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ runs:
1212
- name: Checkout
1313
uses: actions/checkout@v5
1414
- name: Execute some javascript
15-
uses: actions/github-script@v8
16-
with:
17-
script: |
18-
const { run } = await import('${{ github.action_path }}/dist/index.js')
19-
await run()
15+
shell: ruby
16+
run: ${{ github.action_path }}/foo.rb

foo.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
puts 'hello world'

0 commit comments

Comments
 (0)