Skip to content

Commit 6d87fb9

Browse files
authored
Update create-pr.yml
1 parent fba01e3 commit 6d87fb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/create-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
ref: gh-pages
2020
fetch-depth: 0
2121

22+
- name: Verify git repository state
23+
run: |
24+
git status
25+
git branch
26+
2227
- name: Create Pull Request
2328
if: ${{ github.event.workflow_run.conclusion == 'success' }}
2429
uses: peter-evans/create-pull-request@v5

0 commit comments

Comments
 (0)