Skip to content

Commit adc8daf

Browse files
committed
WIP
1 parent eeab53b commit adc8daf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ jobs:
123123
ruby: ["ruby", "jruby"]
124124

125125
steps:
126+
- name: github.repository
127+
run: echo ${{github.repository}}
128+
- name: github.ref_name
129+
run: echo ${{github.ref_name}}
126130
- name: Harden Runner
127131
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
128132
with:

0 commit comments

Comments
 (0)