Skip to content

Commit

Permalink
Update build-on-core-pr.yml
Browse files Browse the repository at this point in the history
extract commit from github event
  • Loading branch information
aymanhab authored Feb 17, 2024
1 parent ddbc206 commit fcc8b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-on-core-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
with:
repository: opensim-org/opensim-core
path: 'opensim-core'
ref: '00fe47f818d7a62d60a21caf629981908682b130'
# obtain commit hash from event
ref: ${{ github.event.inputs.commit_sha }}


- name: Cache opensim-core-dependencies
Expand Down

0 comments on commit fcc8b68

Please sign in to comment.