parent
3542329bf7
commit
8fdcb807b4
2 changed files with 6 additions and 3 deletions
|
|
@ -18,13 +18,15 @@ jobs:
|
||||||
env:
|
env:
|
||||||
COMPOSER_IGNORE_PLATFORM_REQS: 1
|
COMPOSER_IGNORE_PLATFORM_REQS: 1
|
||||||
COMPOSER_ARGS: "install --no-dev --no-progress --no-interaction --no-scripts --optimize-autoloader"
|
COMPOSER_ARGS: "install --no-dev --no-progress --no-interaction --no-scripts --optimize-autoloader"
|
||||||
|
SHHH: {{secrets.SHHH}}
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- uses: https://github.com/release-engineers/action-template@v2
|
- name: Run Gomplate Action
|
||||||
|
uses: https://github.com/ammarlakis/action-gomplate@v1
|
||||||
with:
|
with:
|
||||||
source: 'testing.template'
|
input_file: 'testing.template'
|
||||||
target: 'testing.md'
|
output_file: 'testing.md'
|
||||||
- name: inspect environment
|
- name: inspect environment
|
||||||
shell: "bash --noprofile --norc -exo pipefail {0}"
|
shell: "bash --noprofile --norc -exo pipefail {0}"
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
{{ secrets.SHHH }}
|
{{ secrets.SHHH }}
|
||||||
|
{{ .Env.SHHH }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue