fix: single quotes

This commit is contained in:
Tom Hu 2024-05-16 20:46:29 +07:00
parent 4a8d3ca55b
commit 74e52d60e7
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -47,7 +47,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
run-macos-latest-xlarge:
if: github.repository == codecov/codecov-action
if: github.repository == 'codecov/codecov-action'
runs-on: macos-latest-xlarge
steps:
- name: Checkout