We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7870f50 commit 392ca95Copy full SHA for 392ca95
1 file changed
.github/workflows/deploy.yml
@@ -20,7 +20,14 @@ jobs:
20
if: github.event_name == 'pull_request'
21
steps:
22
- name: Checkout code
23
- uses: actions/checkout@v3
+ 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
+
31
- name: Print working directory and files
32
run: |
33
pwd
0 commit comments