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 38e1350
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,11 @@ jobs:
*.tar.gz
*.zip
- name: Copy installation script to bodo.run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git clone https://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
Expand Down

0 comments on commit 38e1350

Please sign in to comment.