Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,11 @@ jobs:
ottr-reports:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
with:
repository: 'jhudsl/ottr-reports'
ref: 'acoffman/artifacts'
path: ottr-reports

- uses: actions/checkout@v4

- name: Run Reports
id: run-reports
uses: ./ottr-reports
uses: jhudsl/ottr-reports@cansavvy-patch-1
with:
token: ${{ secrets.GH_PAT }}
check_spelling: ${{inputs.check_spelling}}
Expand All @@ -61,10 +56,3 @@ jobs:
quiz_error_min: ${{ inputs.quiz_error_min }}
branch_name: ${GITHUB_HEAD_REF}
sort_dictionary: true

- name: Checkout Actions Repository
uses: actions/checkout@v4
with:
repository: 'jhudsl/ottr-reports'
ref: 'acoffman/artifacts'
path: ottr-reports