File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docker/ccodwg-update/scripts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- git config --global user.name ' Jean-Paul R. Soucy '
3
- git config --global user.email ' jeanpaul.r.soucy@gmail .com'
2
+ git config --global user.name ' github-actions[bot] '
3
+ git config --global user.email ' github-actions[bot]@users.noreply.github .com'
4
4
git clone --depth=1 https://jeanpaulrsoucy:$GH_PAT @github.com/ccodwg/CovidTimelineCanada.git /CovidTimelineCanada
5
5
cd /CovidTimelineCanada
6
6
export GITHUB_PAT=$GH_PAT
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- git config --global user.name ' Jean-Paul R. Soucy '
3
- git config --global user.email ' jeanpaul.r.soucy@gmail .com'
2
+ git config --global user.name ' github-actions[bot] '
3
+ git config --global user.email ' github-actions[bot]@users.noreply.github .com'
4
4
git clone --depth=1 https://jeanpaulrsoucy:$GH_PAT @github.com/ccodwg/CovidTimelineCanadaPlots.git /CovidTimelineCanadaPlots
5
5
cd /CovidTimelineCanadaPlots
6
6
export GITHUB_PAT=$GH_PAT
You can’t perform that action at this time.
0 commit comments