Update pages.yml

This commit is contained in:
Waylon Walker 2020-03-22 15:58:12 -05:00 committed by GitHub
parent e75f2d96df
commit bb76c07e6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,7 @@
- env: &anchor
ANCHOR: "this is my anchor"
name: CI
on:
push:
@ -8,7 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- env:
<<: *anchor
- name: push content
run: |
echo hi
run: |
echo ${{ env.ANCHOR }}