mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
Fix unexpected symbol error with single quotes
This commit is contained in:
parent
6578c2fdcc
commit
db2817da70
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
run: |
|
||||
apt update
|
||||
apt install -y make gcc libc-dev git
|
||||
if: github.actor == "nektos/act"
|
||||
if: github.actor == 'nektos/act'
|
||||
|
||||
- name: Lint
|
||||
run: |
|
||||
@ -48,4 +48,4 @@ jobs:
|
||||
uses: shogo82148/actions-goveralls@v1
|
||||
with:
|
||||
path-to-profile: profile.cov
|
||||
if: github.actor != "nektos/act"
|
||||
if: github.actor != 'nektos/act'
|
||||
|
Loading…
Reference in New Issue
Block a user