maven.yml change

This commit is contained in:
Kiran Hart 2021-02-26 17:36:32 -05:00
parent ddb1513648
commit d2907c923a

View File

@ -19,13 +19,13 @@ jobs:
run: mvn package run: mvn package
- name: Transfer main branch to Tweetzy - name: Transfer main branch to Tweetzy
id: push_directory uses: andstor/copycat-action@v3
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
uses: cpina/github-action-push-to-another-repository@master
with: with:
source-directory: '.' personal_token: ${{ secrets.API_TOKEN_GITHUB }}
destination-github-username: 'Tweetzy' src_path: /.
destination-repository-name: 'Auction-House' dst_owner: Tweetzy
user-email: 'kiran.hart@live.com' dst_repo_name: Auction-House
commit-message: See ORIGIN_COMMIT email: kiran.hart@live.com
src_branch: main
dst_branch: master