chore: set commit user as github bot

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2022-06-20 12:30:19 +05:30
parent 270903e7a6
commit f1e7c8fa51
2 changed files with 3 additions and 3 deletions

View File

@@ -66,8 +66,8 @@ jobs:
run: |
npm i -E nocodb-daily@$TAG
git config --global user.name "Pranav C"
git config --global user.email "pranavxc@gmail.com"
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git commit package.json -m "Update to $TAG"
git tag $TAG

View File

@@ -114,7 +114,7 @@ jobs:
- uses: peter-evans/commit-comment@v2
with:
body: |
The PR changes have been deployed as executables. Pleae visit following link to download executables : https://github.com/nocodb/nocodb-timely/releases/tag/${{ needs.set-tag.outputs.target_tag }}
The PR changes have been deployed as executables. Pleae visit following link to download executables : https://github.com/nocodb/nocodb-timely/releases/tag/${{ needs.set-tag.outputs.current_version }}-${{ needs.set-tag.outputs.target_tag }}
# if-merged:
# if: github.event.pull_request.merged == true