Skip to content

Commit b2f85ff

Browse files
authored
Merge pull request #12 from Code-dot-mil/hshah-mitre-patch-2
Update deploy.yml
2 parents 788b2e4 + 392ca95 commit b2f85ff

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@ jobs:
2020
if: github.event_name == 'pull_request'
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v3
24+
- name: Print repo structure
25+
run: |
26+
pwd
27+
ls -al
28+
ls -al .github || echo ".github directory does not exist"
29+
cat .github/auto_assign.yml || echo "No .github/auto_assign.yml found"
30+
2431
- name: Print working directory and files
2532
run: |
2633
pwd

0 commit comments

Comments
 (0)