From 10f2a39f9ca5f7893d3488e6ce9fb3e43039cd52 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 30 Nov 2020 15:20:10 +0100 Subject: [PATCH] Remove unneeded quotes. --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a460f62cb2..e78357fdf6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,10 +50,10 @@ jobs: include: - name: tap syntax (Linux) os: ubuntu-latest - core-tap: "linuxbrew-core" + core-tap: linuxbrew-core - name: tap syntax (macOS) os: macos-11.0 - core-tap: "homebrew-core" + core-tap: homebrew-core steps: - name: Set up Homebrew id: set-up-homebrew @@ -130,10 +130,10 @@ jobs: include: - name: vendored gems (Linux) os: ubuntu-latest - core-tap: "linuxbrew-core" + core-tap: linuxbrew-core - name: vendored gems (macOS) os: macos-11.0 - core-tap: "homebrew-core" + core-tap: homebrew-core steps: - name: Set up Homebrew id: set-up-homebrew @@ -184,10 +184,10 @@ jobs: strategy: matrix: include: - - name: "tests (no-compatibility mode)" + - name: tests (no-compatibility mode) os: ubuntu-latest test-flags: --no-compat --online --coverage - - name: "tests (generic OS)" + - name: tests (generic OS) os: ubuntu-latest test-flags: --generic --online --coverage - name: tests (Linux)