Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed Dec 4, 2024
1 parent fc373cd commit 0cba64a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tofu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
TF_VAR_github_token: ${{ secrets.PAT }}
run: |
tofu -chdir=./terraform/linode \
apply -auto-approve -input=false -lock=true -no-color \
-var=kubeconfig=lke.yaml
apply -auto-approve -input=false -lock=true -no-color
oci:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 0cba64a

Please sign in to comment.