Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Apr 10, 2024
1 parent 175a81d commit 8b884eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/generate_all_ontology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: modified-ontology-info
with:
files: |
- **ontology-info.json
- **ontology_info.json
- name: setup git
run: |
git config user.name github-actions
Expand All @@ -57,18 +57,3 @@ jobs:
run: |
git commit -m "AUTO: update ontologies"
git push
update-api:
runs-on: ubuntu-latest
needs: ontology-processing
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: check if ontology-info.json was updated
id: check
run: |
echo "Checking for changes in ontology-info.json"
git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep "ontology-assets/ontology_info.json"
echo "::set-output name=changed::${?}"
2 changes: 1 addition & 1 deletion ontology-assets/ontology_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"deprecated_on": "2024-04-10"
},
"v5.2.0": {
"v5.1.0": {
"ontologies": {
"CL": {
"version": "v2024-01-04",
Expand Down

0 comments on commit 8b884eb

Please sign in to comment.