Skip to content

Commit 53bbca4

Browse files
committed
Print
1 parent 1722610 commit 53bbca4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
shell: cat {0}
2424

2525
- run: test
26-
shell: echo ${{ github.ref }}
26+
shell: echo ${{ tojson(github.ref) }}
2727

2828
- run: test 2
29-
shell: echo ${{ github.head_ref }}
29+
shell: echo ${{ tojson(github.head_ref) }}
3030

3131
- name: Setup npm
3232
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)