symlink-test/multiline.yaml
2023-09-08 17:06:31 +02:00

40 lines
718 B
YAML

parent:
a: |
multiline literal
line 2
b: >
multiline folded
line 2
c: |-
multiline literal strip
line 2
d: >-
multiline folded strip
line 2
e: |+
multiline literal keep
line 2
f: >+
multiline folded keep
line 2
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