test/.github/workflows/pages.yml
Workflow config file is invalid. Please check your config file: yaml: line 4: did not find expected '-' indicator
2020-03-22 15:58:12 -05:00

21 lines
284 B
YAML

- env: &anchor
ANCHOR: "this is my anchor"
name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- env:
<<: *anchor
- name: push content
run: |
echo ${{ env.ANCHOR }}