Skip to content

Commit

Permalink
added chlog-update
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanuba committed Oct 23, 2023
1 parent ffeb088 commit 72f0477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chlog-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
run: |
run:
git config --global user.name 'Github Action'
git config --global user.email '[email protected]'
git checkout ${{ env.UPSTREAM_BRANCH }}
Expand Down

0 comments on commit 72f0477

Please sign in to comment.