Skip to content

Commit

Permalink
Iterating GH Action Mon Jan 6 03:25:20 PM EST 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
jadudm committed Jan 6, 2025
1 parent 551a3f4 commit f13a88d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,15 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_CONFIG_FILE: "${GITHUB_WORKSPACE}/aws-config"
AWS_SHARED_CREDENTIALS_FILE: "${GITHUB_WORKSPACE}/aws-credentials"
REPO: "${GITHUB_WORKSPACE}"
steps:
- name: Checkout
uses: actions/checkout@v4

- name: what is there
run: |
ls -alh "${REPO}"
ls -alh "${REPO}/terraform"
ls -alh "${GITHUB_WORKSPACE}"
ls -alh "${GITHUB_WORKSPACE}/terraform"
- name: Install CloudFoundry CLI v8
run: |
curl -k -O -L https://github.com/cloudfoundry/cli/releases/download/v8.8.0/cf8-cli-installer_8.8.0_x86-64.deb
Expand Down

0 comments on commit f13a88d

Please sign in to comment.