Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: visual-cortex/imgstry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3adc50038f75e96192881f61df0a3ca6aacf53cf
Choose a base ref
..
head repository: visual-cortex/imgstry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5021f046d7165d92039af583a539127a0763c789
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +5 −5 .github/workflows/main.yml
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -13,10 +13,10 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: package.json

@@ -41,10 +41,10 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: package.json

@@ -59,7 +59,7 @@ jobs:
uses: paambaati/codeclimate-action@v5.0.0
if: matrix.platform == 'ubuntu-latest'
env:
CC_TEST_REPORTER_ID: ${{ secrets.ccToken }}
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
debug: true
executable: ./cc-test-reporter