Skip to content

Commit 63bd544

Browse files
committed
use single quote
1 parent ebc6935 commit 63bd544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
coverage:
1818
name: unit test coverage
1919
runs-on: ubuntu-latest
20-
if: github.event_name == "push" || contains(github.event.comment.body, "/unit-test")
20+
if: github.event_name == 'push' || contains(github.event.comment.body, '/unit-test')
2121
steps:
2222
- uses: actions/checkout@master
2323
- run: "make unit-test-cover"
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
name: docker build & push
2929
runs-on: ubuntu-latest
30-
if: github.event_name == "push" || contains(github.event.comment.body, "/buid-push")
30+
if: github.event_name == 'push' || contains(github.event.comment.body, '/buid-push')
3131
steps:
3232
- name: Checkout repository
3333
uses: actions/checkout@v4
@@ -46,7 +46,7 @@ jobs:
4646
result:
4747
name: report to pr comment
4848
runs-on: ubunt-latest
49-
if: github.event_name == "issue_comment" && ${{ github.event.issue.pull_request }}
49+
if: github.event_name == 'issue_comment' && ${{ github.event.issue.pull_request }}
5050
steps:
5151
- run: |
5252
gh pr comment ${{ github.event.issue.number }} -b "[Actions: CI] Check result [here](https://github.com/sp-yduck/cluster-api-provider-proxmox/actions/runs/${{ github.run_number }})"

0 commit comments

Comments
 (0)