Skip to content

Commit

Permalink
Update merger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak authored Aug 3, 2024
1 parent 3d8f313 commit 95ada1a
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,8 @@ jobs:
git fetch origin tf/s35770:tf/s35770
git merge tf/s35770
- name: Archive src directory
run: tar -czf src.tar.gz src

- name: Upload src artifact
uses: actions/upload-artifact@v2
- name: Push changes
uses: ad-m/github-push-action@master
with:
name: src-artifact
path: src.tar.gz

- name: Show last commit after merging tf/s35770
run: git log -1 --oneline

- name: Push tf/build/main branch to origin
run: git push origin tf/build/main --force

- name: Show last commit after push
run: git log -1 --oneline
branch: tf/build/main
force: true

0 comments on commit 95ada1a

Please sign in to comment.