Skip to content

Commit

Permalink
updated yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakibul73 committed Jul 14, 2024
1 parent eb7ec34 commit 37863ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,12 @@ jobs:
- name: Commit and push
run: |
last_commit_msg=$(git log -1 --pretty=%B)
cd target-repo
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Updated build for - $last_commit_msg"
git push https://github.com/Rakibul73/rtc_project_frontend_build.git main
git commit -m "Updated README with commit history"
git push https://<YOUR_GITHUB_USERNAME>:${{ secrets.TARGET_REPO_ACCESS_TOKEN }}@github.com/Rakibul73/rtc_project_frontend_build.git main
- name: Clean up old builds
Expand Down

0 comments on commit 37863ea

Please sign in to comment.