Skip to content

Commit

Permalink
Fjern rester av vars: mot deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hestad committed May 22, 2024
1 parent b8b7a03 commit 49ca68b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ runs:
env:
CLUSTER: ${{ inputs.cluster }}
RESOURCE: ${{ inputs.resource }}
VARS: ${{ inputs.vars }}
VAR: ${{ inputs.var }}
1 change: 0 additions & 1 deletion .github/workflows/reusable-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
with:
cluster: ${{ inputs.cluster }}
var: ${{ inputs.var }}
vars: ${{ inputs.vars }}
resource: ${{ inputs.resource }}

0 comments on commit 49ca68b

Please sign in to comment.