Skip to content

Commit

Permalink
Remove duplicate code in reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Shumway committed Oct 4, 2024
1 parent c328044 commit 371eb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 371eb58

Please sign in to comment.