symlink-test/multiline.yaml

40 lines
718 B
YAML
Raw Normal View History

2020-08-19 09:01:58 +00:00
parent:
2020-08-19 09:04:00 +00:00
a: |
multiline literal
line 2
b: >
multiline folded
line 2
c: |-
multiline literal strip
line 2
d: >-
multiline folded strip
line 2
2020-08-19 09:06:28 +00:00
e: |+
2020-08-19 09:04:00 +00:00
multiline literal keep
line 2
2020-08-19 09:06:28 +00:00
f: >+
2020-08-19 09:04:00 +00:00
multiline folded keep
line 2
2023-09-08 15:06:31 +00:00
on:
push:
branches:
- main
schedule:
- cron: '0 */6 * * *' # every six hours on the hour
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: https://github.com/actions/setup-node@v3
with:
node-version: 18
- name: install necessary tools
run: |
apt update -y && apt install -y rsync python python3-pip
pip install awscli