Skip to content

Commit

Permalink
Merge pull request #12 from joshraphael/autocr/v1.1.0
Browse files Browse the repository at this point in the history
bump autocrcli to v1.1.0
  • Loading branch information
joshraphael authored Jan 27, 2025
2 parents 7d249ac + 2672be0 commit f9896a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
DOTNET_ROOT_X64: C:\\Programs\\dotnet
DOTNET_ROOT: C:\\Programs\\dotnet
WINEPATH: C:\\Programs\\dotnet
RA_CONNECT_TOKEN: ${{ secrets.RA_CONNECT_TOKEN }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -87,11 +86,11 @@ jobs:
with:
node-version: '20.x'

- name: Checkout tools repo
- name: Use autocr-cli
uses: actions/checkout@v4
with:
repository: joshraphael/autocr-cli
ref: v1.0.0
ref: v1.1.0

- name: Download Code Notes
uses: actions/download-artifact@v4
Expand All @@ -109,4 +108,4 @@ jobs:
name: rich-text

- name: Run AutoCR
run: ./index.js --notes ${{env.GAME_ID}}-Notes.json --user ${{env.GAME_ID}}-User.txt --rich ${{env.GAME_ID}}-Rich.txt --severity error
run: ./index.js --notes ${{env.GAME_ID}}-Notes.json --user ${{env.GAME_ID}}-User.txt --rich ${{env.GAME_ID}}-Rich.txt --severity error --report

0 comments on commit f9896a5

Please sign in to comment.