Skip to content

Commit

Permalink
configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jan 18, 2025
1 parent a1b4367 commit 7ee6415
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,9 @@ jobs:
*.zip
- name: Copy installation script to bodo.run
run: |
# Copy scripts/install_stop_nagging.sh to bodo-run.github.io repo's public/stop-nagging.sh and commit
# Copy scripts/install_stop_nagging.ps1 to bodo-run.github.io repo's public/stop-nagging.ps1 and commit
git clone https://github.com/bodo-run/bodo-run.github.io.git
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git clone https://${{ secrets.PAT_TOKEN }}@github.com/bodo-run/bodo-run.github.io.git
cp scripts/install_stop_nagging.sh bodo-run.github.io/public/stop-nagging.sh
cp scripts/install_stop_nagging.ps1 bodo-run.github.io/public/stop-nagging.ps1
COMMIT_SHA=$(git rev-parse HEAD)
Expand Down

0 comments on commit 7ee6415

Please sign in to comment.