Skip to content

Commit

Permalink
add path
Browse files Browse the repository at this point in the history
  • Loading branch information
dleviminzi committed Sep 26, 2024
1 parent b3a4054 commit 25fedae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Commit and push changes
run: |
cd beam-docs
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
git checkout -b autochangelog/${{ steps.release.outputs.name }}
Expand All @@ -66,6 +67,7 @@ jobs:
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.BEAM_DOCS_PAT }}
path: beam-docs
commit-message: "Add changelog for ${{ steps.release.outputs.name }}"
branch: autochangelog/${{ steps.release.outputs.name }}
title: "Changelog for ${{ steps.release.outputs.name }}"
Expand Down

0 comments on commit 25fedae

Please sign in to comment.