Skip to content

Commit

Permalink
Update createCombinedTurtle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmfranken authored Jan 13, 2025
1 parent 307f195 commit 1850df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/createCombinedTurtle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch: # Allows manual triggering of the workflow

jobs:
run-create-schemas:
run-create-CombinedTurtle:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
git clone "https://x-access-token:${{ secrets.SECOND_REPO_PAT }}@github.com/sdsc-ordes/imaging-plaza-fair-indicator-api.git"
cd imaging-plaza-fair-indicator-api
git checkout -b combine-ontology-${{ github.run_id }}
cp ../schemas/ImagingOntologyCombined.ttl schemas/
cp ../schemas/ImagingOntologyCombined.ttl imaging_plaza_fair_indicator_api/
git add schemas/ImagingOntologyCombined.ttl
git commit -m "Update ImagingOntologyCombined.ttl [from GitHub Actions]"
git push https://x-access-token:${{ secrets.SECOND_REPO_PAT }}@github.com/sdsc-ordes/imaging-plaza-fair-indicator-api.git
Expand Down

0 comments on commit 1850df0

Please sign in to comment.