Skip to content

Commit

Permalink
chore: check where file is stored
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesouky committed Oct 24, 2024
1 parent 83cfab1 commit 25dff9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ jobs:
docker-repository: "305686791668.dkr.ecr.ap-southeast-2.amazonaws.com/gitops"
command: |
pwd
echo "FAKE FILE" > fake_file.txt
echo $SECRET_ENV | base64 -d > cluster.key
ls -la # List files to confirm creation
cat fake_file.txt

0 comments on commit 25dff9d

Please sign in to comment.