Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: Himani1519 <[email protected]>
  • Loading branch information
Himani1519 committed Aug 29, 2023
1 parent fc0400b commit 2d173af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,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 "[email protected].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
Expand Down

0 comments on commit 2d173af

Please sign in to comment.