mirror of
https://github.com/kiranhart/Auction-House.git
synced 2025-02-12 18:41:19 +01:00
repo transfer testing
This commit is contained in:
parent
00d95e9cc3
commit
9ee63e6895
10
.github/workflows/maven.yml
vendored
10
.github/workflows/maven.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user