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 85fb802 commit 0337b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
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 .
git commit -m "Added new samba source, version: ${{steps.prepare.outputs.samba_version}}"
git push origin https:://$USERNAME:$REPO_KEY@github.com/aciklab/samba.git HEAD:master --force
git push origin https:://$USERNAME:$REPO_KEY@github.com/aciklab/samba.git HEAD:main --force
env:
REPO_KEY: ${{secrets.PUSH_TOKEN}}
USERNAME: zekiahmetbayar

0 comments on commit 0337b81

Please sign in to comment.