Skip to content

Commit 070146c

Browse files
committed
#2970: autoGen-talawa-admin-docs-debugging
1 parent 24753fc commit 070146c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/pull-request.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -501,20 +501,6 @@ jobs:
501501
runs-on: ubuntu-latest
502502
needs: [Code-Quality-Checks, Test-Application, Start-App-Without-Docker, Docker-Start-Check]
503503
steps:
504-
- name: Debug GitHub Variables
505-
run: |
506-
echo "GitHub REF: ${{ github.ref }}"
507-
echo "GitHub HEAD REF: ${{ github.head_ref }}"
508-
echo "GitHub BASE REF: ${{ github.base_ref }}"
509-
echo "GitHub REF NAME: ${{ github.ref_name }}"
510-
echo "GitHub EVENT NAME: ${{ github.event_name }}"
511-
echo "Current branch:"
512-
git branch --show-current
513-
echo "All branches:"
514-
git branch -a
515-
echo "Git status:"
516-
git status
517-
518504
- uses: actions/checkout@v4
519505
with:
520506
ref: ${{ github.head_ref }}
@@ -577,6 +563,20 @@ jobs:
577563
run: |
578564
git config user.name "GitHub Actions Bot"
579565
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
566+
567+
- name: Debug GitHub Variables
568+
run: |
569+
echo "GitHub REF: ${{ github.ref }}"
570+
echo "GitHub HEAD REF: ${{ github.head_ref }}"
571+
echo "GitHub BASE REF: ${{ github.base_ref }}"
572+
echo "GitHub REF NAME: ${{ github.ref_name }}"
573+
echo "GitHub EVENT NAME: ${{ github.event_name }}"
574+
echo "Current branch:"
575+
git branch --show-current
576+
echo "All branches:"
577+
git branch -a
578+
echo "Git status:"
579+
git status
580580
581581
- name: Check and Commit Documentation
582582
run: |

0 commit comments

Comments
 (0)