This commit is contained in:
parent
a869609a3a
commit
2680e194f9
2 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- uses: release-engineers/action-template@v2
|
||||||
|
with:
|
||||||
|
source: 'testing.template'
|
||||||
|
target: 'testing.md'
|
||||||
- name: inspect environment
|
- name: inspect environment
|
||||||
shell: "bash --noprofile --norc -exo pipefail {0}"
|
shell: "bash --noprofile --norc -exo pipefail {0}"
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -40,3 +44,4 @@ jobs:
|
||||||
jq . - <<'EOF'
|
jq . - <<'EOF'
|
||||||
${{ toJSON(vars) }}
|
${{ toJSON(vars) }}
|
||||||
EOF
|
EOF
|
||||||
|
cat testing.md
|
||||||
|
|
|
||||||
1
testing.template
Normal file
1
testing.template
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{{ secrets.SHHH }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue