diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-29 21:55:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-11-29 21:55:40 +0300 |
commit | a7a6a62ae9faa5ae1a165c63d143de485a494390 (patch) | |
tree | 4ab07d6a5fe9e690a83d58f6871b83bb7c3380f9 | |
parent | makefile_escaping: run workflow manually (diff) | |
download | blog-a7a6a62ae9faa5ae1a165c63d143de485a494390.tar.gz blog-a7a6a62ae9faa5ae1a165c63d143de485a494390.zip |
makefile_escaping: a bit prettier YAML
-rw-r--r-- | .github/workflows/makefile-escaping.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |