diff --git a/.gitea/workflows/03-deploy-k8s-infra.yaml b/.gitea/workflows/03-deploy-k8s-infra.yaml index 2453648..673f4ca 100644 --- a/.gitea/workflows/03-deploy-k8s-infra.yaml +++ b/.gitea/workflows/03-deploy-k8s-infra.yaml @@ -6,14 +6,14 @@ on: branches: - main paths: - - '03-k8s-infra/**' - - '.gitea/workflows/**' + - "03-k8s-infra/**" + - ".gitea/workflows/**" pull_request: branches: - main paths: - - '03-k8s-infra/**' - - '.gitea/workflows/**' + - "03-k8s-infra/**" + - ".gitea/workflows/**" jobs: preview: @@ -27,7 +27,7 @@ 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_INFRA_PULUMI_DEV_YAML }}" | base64 -d > 03-k8s-infra/Pulumi.dev.yaml @@ -60,7 +60,7 @@ 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_INFRA_PULUMI_DEV_YAML }}" | base64 -d > 03-k8s-infra/Pulumi.dev.yaml