Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
Gil Mizrahi committed Nov 6, 2023
1 parent 7f34703 commit 02a5bd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-multitenant-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
pushd ndc-postgres
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"
popd
BRANCH_NAME="update-ndc-postgres-to-$LATEST_SHA"
Expand Down Expand Up @@ -64,8 +66,6 @@ jobs:
git commit -m "dep update: update ndc-postgres to $LATEST_SHA"
git push origin $BRANCH_NAME
AUTHOR_USER=$(gh api search/users -f q="$AUTHOR_EMAIL")
# create a pull-requests containing the updates.
gh pr create \
--body "Commit in ndc-postgres: https://github.com/hasura/ndc-postgres/commit/$LATEST_SHA" \
Expand Down

0 comments on commit 02a5bd9

Please sign in to comment.