Update pages.yml
This commit is contained in:
parent
e75f2d96df
commit
bb76c07e6c
1 changed files with 9 additions and 2 deletions
11
.github/workflows/pages.yml
vendored
11
.github/workflows/pages.yml
vendored
|
|
@ -1,3 +1,7 @@
|
||||||
|
- env: &anchor
|
||||||
|
ANCHOR: "this is my anchor"
|
||||||
|
|
||||||
|
|
||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -8,7 +12,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- env:
|
||||||
|
<<: *anchor
|
||||||
- name: push content
|
- name: push content
|
||||||
run: |
|
|
||||||
echo hi
|
run: |
|
||||||
|
echo ${{ env.ANCHOR }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue