Skip to content

Commit

Permalink
chore: fix check-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook committed Sep 24, 2024
1 parent d558a6e commit 92337dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-sync-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cp -r ${{ github.workspace }}/apecloud/manifests/deploy-manifests.yaml ${MANIFEST_DIR}/manifests.yaml
cp -r ${{ github.workspace }}/apecloud/manifests/deploy-values.yaml ${MANIFEST_DIR}/values.yaml
git add ${MANIFEST_DIR}/*
FILE_CHANGES=`git diff --name-only ${block_index_sha}`
FILE_CHANGES=`git diff --name-only ${COMMIT_SHA}`
if [[ ! -z "$FILE_CHANGES" ]]; then
echo "FILE_CHANGES:"$FILE_CHANGES
git config --local user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 92337dc

Please sign in to comment.