Update ci.yaml
This commit is contained in:
parent
3cde7770dd
commit
111d44eb9b
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -45,7 +45,11 @@ jobs:
|
|||
baseimage: ${{ steps.filter.outputs.baseimage }}
|
||||
|
||||
steps:
|
||||
|
||||
- name: "TEST"
|
||||
shell: bash
|
||||
run: echo "$SECRETS_CONTEXT"
|
||||
env:
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
- name: Checkout
|
||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
|
||||
|
||||
|
|
Loading…
Reference in a new issue