Skip to content

Commit

Permalink
fix: static value for debug
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Apr 5, 2024
1 parent 9b1f7c9 commit b3fa14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
ORIGIN_VALD_SHA=$(make vald/origin/sha/print)
CURRENT_VALD_SHA="18786bf03a1a47d7c24afae496ad1c839c1aca1e"
CURRENT_VALD_SHA=$(make vald/sha/print)
# CURRENT_VALD_SHA=$(make vald/sha/print)
echo ${ORIGIN_VALD_SHA}
echo ${CURRENT_VALD_SHA}
Expand Down

0 comments on commit b3fa14d

Please sign in to comment.