Skip to content

Commit

Permalink
Update update_context.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn authored Nov 16, 2023
1 parent a680b36 commit 95d305a
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/update_context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,17 @@ jobs:

- name: Work around permission issue
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Install Black
run: |
pip install --upgrade pip
pip install black

- name: Update sssom context
run: |
make deploy-dm
make deploy-dm -B
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
if: ${{ success() }}
with:
commit-message: Update sssom.context
title: 'Update sssom.context'
commit-message: Update SSSOM Extended Prefix Map
title: 'Update SSSOM Extended Prefix Map'
body: |
This pull request updates sssom.context. Make sure you run make tests manually.
This pull request updates sssom extended prefix map (epm). Make sure you run make tests manually.
assignees: matentzn

0 comments on commit 95d305a

Please sign in to comment.