Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Mizrahi committed Nov 6, 2023
1 parent 02a5bd9 commit 98ded58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-multitenant-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
LATEST_SHA=$(git rev-parse --short HEAD)
AUTHOR_EMAIL=$(git show -s --format="%ae" HEAD)
AUTHOR_USER=$(gh api search/users -f q="$AUTHOR_EMAIL")
echo "Commit by: $AUTHOR_USER"
echo "Commit $LATEST_SHA by $AUTHOR_USER"
popd
BRANCH_NAME="update-ndc-postgres-to-$LATEST_SHA"
Expand Down

0 comments on commit 98ded58

Please sign in to comment.