From 371eb583920ace6e20e9075f3135bb9e5c7154c3 Mon Sep 17 00:00:00 2001 From: Andrew Shumway Date: Fri, 4 Oct 2024 12:08:45 -0600 Subject: [PATCH] Remove duplicate code in reference --- .github/workflows/deploy-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 72925e0b1d..31b9cec6bb 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -47,7 +47,7 @@ jobs: run: poetry export --without-hashes --format=requirements.txt > requirements.txt - name: Deploy to cloud.gov - uses: cloud-gov/cg-cli-tools@main/cg-deploy-action@main + uses: cloud-gov/cg-cli-tools@main env: DANGEROUS_SALT: ${{ secrets.DANGEROUS_SALT }} SECRET_KEY: ${{ secrets.SECRET_KEY }}