Skip to content

Commit 1f288bf

Browse files
committed
use single quote
1 parent b2512ff commit 1f288bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
docVersions:
7373
needs: build
74-
if: needs.build.outputs.commit_type == "tag"
74+
if: needs.build.outputs.commit_type == 'tag'
7575
name: update doc versions
7676
runs-on: ubuntu-latest
7777
env:

0 commit comments

Comments
 (0)