Fix ci workflow input

Signed-off-by: Elias Lundgren <145569914+elias-lundgren@users.noreply.github.com>
This commit is contained in:
Elias Lundgren 2023-10-09 16:56:25 +02:00
parent a9c205dd7c
commit 5c156a22b8
No known key found for this signature in database

View File

@ -393,7 +393,7 @@ jobs:
MYSECRET=foo MYSECRET=foo
INVALID_SECRET= INVALID_SECRET=
env-secret: secret-env:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- -
@ -414,7 +414,7 @@ jobs:
with: with:
context: . context: .
file: ./test/secret.Dockerfile file: ./test/secret.Dockerfile
env-secrets: | secret-envs: |
MYSECRET=ENV_SECRET MYSECRET=ENV_SECRET
INVALID_SECRET= INVALID_SECRET=