Skip to content

Commit

Permalink
what is happening
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Aug 9, 2024
1 parent ffa2590 commit 6ae8bfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
git push --force origin HEAD:$unique_branch_name
echo "branch_name=$unique_branch_name" >> $GITHUB_ENV
- name: Check branch existence
run: git branch -a

- name: List recent commits
run: git log --oneline -n 10

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit 6ae8bfd

Please sign in to comment.