Skip to content

Commit

Permalink
Code review fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwas Siravara <[email protected]>
  • Loading branch information
vsiravar committed Mar 9, 2023
1 parent 3168806 commit e7a732d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/bin/update-os-image.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -x
set -euxo pipefail
# Set OS hash directory in finch-core as base directory for searching latest OS images.
OS_BASE_IMAGE_HASH_DIR="./deps/finch-core/hashes/"

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sync-submodules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: bump submodules
signoff: true
title: 'build(deps): Bump submodules'
2 changes: 1 addition & 1 deletion deps/finch-core

0 comments on commit e7a732d

Please sign in to comment.