aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 21:55:40 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 21:55:40 +0300
commita7a6a62ae9faa5ae1a165c63d143de485a494390 (patch)
tree4ab07d6a5fe9e690a83d58f6871b83bb7c3380f9
parentmakefile_escaping: run workflow manually (diff)
downloadblog-a7a6a62ae9faa5ae1a165c63d143de485a494390.tar.gz
blog-a7a6a62ae9faa5ae1a165c63d143de485a494390.zip
makefile_escaping: a bit prettier YAML
-rw-r--r--.github/workflows/makefile-escaping.yml3
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