Skip to content

Commit

Permalink
Fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-eberle committed Feb 15, 2024
1 parent 4a4aa32 commit cd942f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/k8s/deploy-postgres/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
steps:
- name: deploy postgres
uses: vimeda/[email protected]
if: github.ref == ${{ inputs.deploy-branch }}
if: ${{ github.ref == inputs.deploy-branch }}
with:
release: ${{ inputs.release-name }}
namespace: ${{ inputs.namespace }}
Expand Down

0 comments on commit cd942f4

Please sign in to comment.