From 9ee63e6895acf4953b6f6b857d5ec70a95457de8 Mon Sep 17 00:00:00 2001 From: Kiran Hart Date: Fri, 26 Feb 2021 17:00:22 -0500 Subject: [PATCH] repo transfer testing --- .github/workflows/maven.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d0613e3..ca2aa28 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,3 +17,13 @@ jobs: - name: Build with Maven run: mvn package + + - name: Transfer main branch to Tweetzy + id: push_directory + uses: cpina/github-action-push-to-another-repository@cp_instead_of_deleting + with: + source-directory: 'output' + destination-github-username: 'Tweetzy' + destination-repository-name: 'Auction-House' + user-email: 'kiran.hart@live.com' + commit-message: See ORIGIN_COMMIT