From a7a6a62ae9faa5ae1a165c63d143de485a494390 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Nov 2020 21:55:40 +0300 Subject: makefile_escaping: a bit prettier YAML --- .github/workflows/makefile-escaping.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/makefile-escaping.yml b/.github/workflows/makefile-escaping.yml index 59e0e0e..2955a7e 100644 --- a/.github/workflows/makefile-escaping.yml +++ b/.github/workflows/makefile-escaping.yml @@ -24,6 +24,7 @@ jobs: Same line? Same line? + escaping_quotes: name: Escaping quotes runs-on: ubuntu-18.04 @@ -42,6 +43,7 @@ jobs: Includes ' quote bash -c 'bash -c '\''printf '\''\'\'''\''%s\n'\''\'\'''\'' '\''\'\'''\''Includes '\''\'\'''\''\'\''\'\'''\'''\''\'\'''\'' quote'\''\'\'''\'''\''' Includes ' quote + shell_output: name: Shell output runs-on: ubuntu-18.04 @@ -70,6 +72,7 @@ jobs: expected_variable_reference: |- Variable ${reference} Composite value - Simple value - Variable ${reference} + env_variables: name: Environment variables runs-on: ubuntu-18.04 -- cgit v1.2.3