Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release_with_jars.yml #605

Merged
merged 1 commit into from
Mar 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/workflows/release_with_jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,17 @@ jobs:
- run: cd lib && mkdir libj8 && mv *Java8.jar libj8/ && cd ..

# Will fail if branch NeqSim-jars-updated-N.N.N already exists
- name: Push files to neqsimpython repo
uses: dmnemec/copy_file_to_another_repo_action@v1.1.1
- name: Push directory to another repository
uses: cpina/github-action-push-to-another-repository@v1.5.1
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source_file: lib
destination_repo: 'equinor/neqsimpython'
destination_folder: neqsim/
source-directory: 'lib'
destination-github-username: 'equinor'
destination-repository-name: 'neqsimpython'
user-email: [email protected]
target-branch: main
target-directory: neqsim/lib
destination_branch: NeqSim-jars-updated-${{ needs.get_versions.outputs.version_8 }}
commit_message: 'chore: updated jar-files'
user_email: '[email protected]'
user_name: 'asmfstatoil'