File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 80
80
env :
81
81
GITHUB_TOKEN : ${{ steps.app_token.outputs.token }}
82
82
run : |
83
- git config user.name "github-actions [bot]"
84
- git config user.email "41898282+github-actions [bot]@users.noreply.github.com"
83
+ git config user.name "algokit-ci [bot]"
84
+ git config user.email "${{ secrets.BOT_ID }}+algokit-ci [bot]@users.noreply.github.com"
85
85
git add .
86
86
git commit -m "chore(python/${{ inputs.api }}): bump version to ${{ steps.semantic_release.outputs.version }}"
87
87
git push
@@ -222,8 +222,8 @@ jobs:
222
222
env :
223
223
GITHUB_TOKEN : ${{ steps.app_token.outputs.token }}
224
224
run : |
225
- git config user.name "github-actions [bot]"
226
- git config user.email "41898282+github-actions [bot]@users.noreply.github.com"
225
+ git config user.name "algokit-ci [bot]"
226
+ git config user.email "${{ secrets.BOT_ID }}+algokit-ci [bot]@users.noreply.github.com"
227
227
git revert --no-commit ${{ needs.get_version.outputs.version_commit_sha }}
228
228
git commit -m "chore(python/${{ inputs.api }}): revert version commit made by CI due to failure" -m "failed run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
229
229
git push
Original file line number Diff line number Diff line change 78
78
env :
79
79
GITHUB_TOKEN : ${{ steps.app_token.outputs.token }}
80
80
run : |
81
- git config user.name "github-actions [bot]"
82
- git config user.email "41898282+github-actions [bot]@users.noreply.github.com"
81
+ git config user.name "algokit-ci [bot]"
82
+ git config user.email "${{ secrets.BOT_ID }}+algokit-ci [bot]@users.noreply.github.com"
83
83
git add pyproject.toml
84
84
git commit -m "chore(python/${{ inputs.crate }}): bump version to ${{ steps.semantic_release.outputs.version }}"
85
85
git push
@@ -319,8 +319,8 @@ jobs:
319
319
env :
320
320
GITHUB_TOKEN : ${{ steps.app_token.outputs.token }}
321
321
run : |
322
- git config user.name "github-actions [bot]"
323
- git config user.email "41898282+github-actions [bot]@users.noreply.github.com"
322
+ git config user.name "algokit-ci [bot]"
323
+ git config user.email "${{ secrets.BOT_ID }}+algokit-ci [bot]@users.noreply.github.com"
324
324
git revert --no-commit ${{ needs.get_version.outputs.version_commit_sha }}
325
325
git commit -m "chore(python/${{ inputs.crate }}): revert version commit made by CI due to failure" -m "failed run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
326
326
git push
You can’t perform that action at this time.
0 commit comments