Skip to content

Commit 845a2da

Browse files
committed
ci: single quotes main
1 parent cd9735c commit 845a2da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 'get base branch last commit'
2424
run: git fetch origin main:main --depth 1
2525
shell: bash
26-
if: ${{ github.ref_name != "main" }}
26+
if: ${{ github.ref_name != 'main' }}
2727

2828
- name: Setup Go
2929
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)