Skip to content

Commit

Permalink
Update development_workflow.yml for more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
amirbabaei97 authored Dec 28, 2023
1 parent 980fd71 commit 3b73244
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/development_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,17 @@ jobs:
- name: Debug information
run: |
echo "Head Ref: ${{ github.head_ref }}"
echo "Ref Name: ${{ github.ref }}"
echo "Event Name: ${{ github.event_name }}"
echo "GitHub Ref: ${{ github.ref }}"
echo "GitHub Event Name: ${{ github.event_name }}"
echo "GitHub Repository: ${{ github.repository }}"
git status
git log -2
- name: Auto-merge to main if tests pass
if: ${{ success() }}
uses: peter-evans/create-pull-request@v3
with:
branch: merge-to-main-${{ github.head_ref }}
branch: merge-to-main-${{ github.ref_name }}
commit-message: Merge development into main
title: '[AUTO-MERGE] Merge from Development to Main'
body: |
Expand Down

0 comments on commit 3b73244

Please sign in to comment.