Skip to content

Commit

Permalink
Update it
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 30, 2025
1 parent 31860ff commit 421bcd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runs:
- name: Run the check
id: check_results
run: |
docker run -v $PWD:/home -d jhudsl/ottrpal:dev ${{ inputs.check_type }} "/home"
chk_results=$(docker run -v $PWD:/home -d jhudsl/ottrpal:dev ${{ inputs.check_type }} "/home")
if [ ${{ inputs.check_type }} == "spelling" ];then
error_name='spelling errors'
Expand All @@ -110,6 +110,7 @@ runs:
# Save output
echo "error_name=$error_name" >> $GITHUB_OUTPUT
echo "report_path=$report_path" >> $GITHUB_OUTPUT
echo "chk_results=$chk_results" >> $GITHUB_OUTPUT
shell: bash

- name: Declare file path and time
Expand Down

0 comments on commit 421bcd1

Please sign in to comment.