We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9735c commit 845a2daCopy full SHA for 845a2da
1 file changed
.github/workflows/test.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: 'get base branch last commit'
24
run: git fetch origin main:main --depth 1
25
shell: bash
26
- if: ${{ github.ref_name != "main" }}
+ if: ${{ github.ref_name != 'main' }}
27
28
- name: Setup Go
29
uses: actions/setup-go@v5
0 commit comments