We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c69988 commit 3bd0e4aCopy full SHA for 3bd0e4a
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 {0}"
+ shell: "ruby -r${{ github.action_path }}/foo.rb ${{ github.workspace }} {0}"
16
run: ""
foo.rb
@@ -2,3 +2,5 @@
2
3
puts RUBY_VERSION
4
puts Dir.pwd
5
+puts __FILE__
6
+puts ARGV
0 commit comments