From d4a3c388479cb8c9e9039ed4cf63189462ed03a1 Mon Sep 17 00:00:00 2001 From: kasun Date: Mon, 1 Jun 2026 03:32:14 +0200 Subject: [PATCH] changed pulumi.dev.yaml name --- .gitea/workflows/deploy-k8s-bootstrap.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/deploy-k8s-bootstrap.yaml b/.gitea/workflows/deploy-k8s-bootstrap.yaml index eaf554d..6bf57ea 100644 --- a/.gitea/workflows/deploy-k8s-bootstrap.yaml +++ b/.gitea/workflows/deploy-k8s-bootstrap.yaml @@ -6,14 +6,14 @@ on: branches: - main paths: - - 'k8s-bootstrap/**' - - '.gitea/workflows/deploy-k8s-bootstrap.yaml' + - "k8s-bootstrap/**" + - ".gitea/workflows/deploy-k8s-bootstrap.yaml" pull_request: branches: - main paths: - - 'k8s-bootstrap/**' - - '.gitea/workflows/deploy-k8s-bootstrap.yaml' + - "k8s-bootstrap/**" + - ".gitea/workflows/deploy-k8s-bootstrap.yaml" jobs: preview: @@ -27,10 +27,10 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '24' + node-version: "24" - name: Restore Stack Config - run: echo "${{ secrets.K8S_BOOTSTRAP_DEV_YAML }}" | base64 -d > k8s-bootstrap/Pulumi.dev.yaml + run: echo "${{ secrets.K8S_BOOTSTRAP_PULUMI_DEV_YAML }}" | base64 -d > k8s-bootstrap/Pulumi.dev.yaml - name: Install Dependencies run: npm install @@ -57,10 +57,10 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '24' + node-version: "24" - name: Restore Stack Config - run: echo "${{ secrets.K8S_BOOTSTRAP_DEV_YAML }}" | base64 -d > k8s-bootstrap/Pulumi.dev.yaml + run: echo "${{ secrets.K8S_BOOTSTRAP_PULUMI_DEV_YAML }}" | base64 -d > k8s-bootstrap/Pulumi.dev.yaml - name: Install Dependencies run: npm install