We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b4072 commit 30e5682Copy full SHA for 30e5682
1 file changed
.github/workflows/deploy.yml
@@ -33,6 +33,10 @@ jobs:
33
outputs:
34
neovim-lines: ${{ steps.lines.outputs.count }}
35
steps:
36
+ - name: Initial
37
+ run: |
38
+ echo "${{ github.ref_name }}"
39
+
40
- uses: actions/checkout@v4
41
42
- name: Checkout NeoVim config
0 commit comments