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 53a09d9 commit 84d77f1
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 @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: chrisdickinson/setup-yq@latest
- name: check version
run: |
sudo apt install yq -y
export COMPARISON_BRANCH=origin/master
git branch -a
yq -h
Expand Down

0 comments on commit 84d77f1

Please sign in to comment.