Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Jan 30, 2025
1 parent f01839c commit 8de533d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
- name: Run the check
id: check_results
run: |
docker run -v $PWD:/home -d jhudsl/ottrpal:dev ${{ inputs.check_type }} "/home"
docker run -v ${{ github.workspace }}:/home -d jhudsl/ottrpal:dev ${{ inputs.check_type }} "/home"
if [ ${{ inputs.check_type }} == "spelling" ];then
error_name='spelling errors'
Expand Down

0 comments on commit 8de533d

Please sign in to comment.