Skip to content

Commit 30e5682

Browse files
committed
debug ref_name
1 parent a0b4072 commit 30e5682

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
outputs:
3434
neovim-lines: ${{ steps.lines.outputs.count }}
3535
steps:
36+
- name: Initial
37+
run: |
38+
echo "${{ github.ref_name }}"
39+
3640
- uses: actions/checkout@v4
3741

3842
- name: Checkout NeoVim config

0 commit comments

Comments
 (0)