Skip to content

Commit

Permalink
github action version check fix
Browse files Browse the repository at this point in the history
Signed-off-by: Woojoong Kim <[email protected]>
  • Loading branch information
woojoong88 committed Jul 1, 2024
1 parent 4918754 commit 59290a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: chrisdickinson/setup-yq@latest
- name: check version
run: |
export COMPARISON_BRANCH=master
export COMPARISON_BRANCH=origin/master
make check-version
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59290a6

Please sign in to comment.