Skip to content

Commit

Permalink
Remove tmate session from workflow & try out creating a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophietje committed Apr 10, 2023
1 parent cee0ce7 commit c9da9e7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
chmod 0755 ProVerBMate-1.6.0.jar
java -jar ProVerBMate-1.6.0.jar --spring.profiles.active=daily --github-token=${{secrets.GIT_API}} --springer-key=${{secrets.SPRINGER_KEY}} --cross-ref.mailto=${{secrets.CROSS_REF}}
echo Enrichment success.
- name: Remove downloaded & generated artifacts
run: rm -f ProVerBMate-1.6.0.jar ProVerB_1.6.0.owl enriched_ProVerB_1.6.0.owl extracted_ProVerB_1.6.0.owl

- name: Tmate session
uses: mxschmitt/action-tmate@v3
#- name: Remove downloaded files
# run: rm -f ProVerBMate-1.6.0.jar ProVerB_1.6.0.owl enriched_ProVerB_1.6.0.owl extracted_ProVerB_1.6.0.owl
#- name: Create PR
# uses: peter-evans/create-pull-request@v5
- name: Create PR
uses: peter-evans/create-pull-request@v5

0 comments on commit c9da9e7

Please sign in to comment.