Skip to content

Commit

Permalink
Update deploy (#28)
Browse files Browse the repository at this point in the history
* Added tranfer inputs

* Added tranfer inputs
text-adi authored Jul 31, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent d083b24 commit 79026f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -42,8 +42,8 @@ jobs:
name: Run workflow - test
uses: ./.github/workflows/test.yaml
with:
lint-security-practices: ${{ inputs.lint-security-practices }}
lint-helm-install-in-k0s-status: ${{ inputs.lint-helm-install-in-k0s-status }}
lint-security-practices: ${{ inputs.lint-security-practices == 'true' }}
lint-helm-install-in-k0s-status: ${{ inputs.lint-helm-install-in-k0s-status == 'true' }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-run_manual
cancel-in-progress: true

0 comments on commit 79026f9

Please sign in to comment.