Skip to content

Commit

Permalink
Updated to create branch from main
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwDayDream committed Jun 14, 2024
1 parent ecd4c0a commit e814718
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/auto-pr-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: added/changelog-entry
ref: ${{ github.event.repository.default_branch }}

- continue-on-error: true
run: |
git branch added/changelog-entry
- run: |
git checkout added/changelog-entry
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
Expand Down

0 comments on commit e814718

Please sign in to comment.