Skip to content

Commit 57bc683

Browse files
authored
add double quotes (#967)
1 parent b1e5351 commit 57bc683

12 files changed

+15
-15
lines changed

.github/workflows/cache-hubval-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build dependency cache on main branch
1+
name: "Build dependency cache on main branch"
22
on:
33
push:
44
branches: [main, master]

.github/workflows/create-modeling-round.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create new modeling round
1+
name: "Create new modeling round"
22

33
on:
44
# schedule:

.github/workflows/dispatch-covidhub-internal-reports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Send a dispatch to internal covidhub-reports
1+
name: "Send a dispatch to internal covidhub-reports"
22

33
on:
44
workflow_dispatch:

.github/workflows/dispatch-covidhub-reports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Send a dispatch to covidhub-reports
1+
name: "Send a dispatch to covidhub-reports"
22

33
on:
44
workflow_dispatch:

.github/workflows/format-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches: [main, master]
66
pull_request:
77

8-
name: format-check.yaml
8+
name: "format-check.yaml"
99

1010
permissions: read-all
1111

1212
jobs:
1313
format-check:
14-
name: format-check
14+
name: "format-check"
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/hubverse-aws-upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Upload hub data to a hubverse-hosted AWS S3 bucket
1+
name: "Upload hub data to a hubverse-hosted AWS S3 bucket"
22

33
on:
44
push:

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pull Request Labeler
1+
name: "Pull Request Labeler"
22
on:
33
pull_request_target:
44
types: [opened, synchronize]

.github/workflows/merge-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Merge valid PRs
1+
name: "Merge valid PRs"
22

33
on:
44
workflow_run:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Download validation artifact
4747
uses: actions/download-artifact@v4
4848
with:
49-
name: validation_status
49+
name: "validation_status"
5050
path: artifacts_dir
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
repository: ${{ github.repository }}

.github/workflows/update-authorized-users.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update authorized users
1+
name: "Update authorized users"
22

33
on:
44
workflow_dispatch:

.github/workflows/validate-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Hub Config Validation (R)
1+
name: "Hub Config Validation (R)"
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)