Skip to content

Commit

Permalink
Update generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar authored Nov 11, 2021
1 parent 47e8171 commit b9d1405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:

- name: Push samba source to another repository
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "zekiahmetbayar"
git config --local user.email "zekiahmetbayar1@gmail.com"
git clone https://github.com/aciklab/samba.git
mv samba-${{steps.prepare.outputs.os_name}}${{steps.prepare.outputs.os_version}}-${{steps.prepare.outputs.samba_version}}-${{steps.date.outputs.date}}.tar.gz samba/samba_source/
git add .
Expand Down

0 comments on commit b9d1405

Please sign in to comment.