Skip to content

Commit 247a5da

Browse files
Google APIscopybara-github
authored andcommitted
fix: fix string syntax for earlier GitHub Action change
PiperOrigin-RevId: 517919349
1 parent 2e60f36 commit 247a5da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/diregapic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: # yamllint disable-line rule:truthy
77

88
jobs:
99
regenerate-compute:
10-
if: github.repository == "googleapis/googleapis"
10+
if: github.repository == 'googleapis/googleapis'
1111
runs-on: ubuntu-latest
1212
container: gcr.io/gapic-images/googleapis:20230301
1313
steps:

0 commit comments

Comments
 (0)