Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: Himani1519 <paripathak80@gmail.com>
  • Loading branch information
Himani1519 committed Aug 29, 2023
1 parent 1c24cb6 commit e0883a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ jobs:
sed -i "$ANCHOR_LINE a\\
\n## $VERSION\n- $ESCAPED_CHANGELOG (#${{ github.event.pull_request.number }})\n" CHANGELOG.md
fi
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git config --global user.email "zowe-robot@users.noreply.github.com"
git config --global user.name "Zowe Robot"
git add CHANGELOG.md
git commit -m "Update changelog with PR #${{ github.event.pull_request.number }} description"
git commit -s -m "Update changelog with PR #${{ github.event.pull_request.number }} description"
git push
fi
- name: check for changes
Expand Down

0 comments on commit e0883a1

Please sign in to comment.