Skip to content

Commit

Permalink
Switch 18f deprecated tool to maintained cloudgov tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Shumway committed Sep 24, 2024
1 parent f54cf21 commit 7918f94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/restage-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
app: ["sms", "smtp"]
steps:
- name: Restage devel ${{matrix.app}}
uses: 18f/cg-deploy-action@main
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets.TF_VAR_cf_username }}
cf_password: ${{ secrets.TF_VAR_cf_password }}
Expand All @@ -37,7 +37,7 @@ jobs:
app: ["sms", "smtp"]
steps:
- name: Restage ${{matrix.app}}
uses: 18f/cg-deploy-action@main
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets.TF_VAR_cf_username }}
cf_password: ${{ secrets.TF_VAR_cf_password }}
Expand Down

0 comments on commit 7918f94

Please sign in to comment.